0.1.33 • Published 7 months ago

@types/contentful-resolve-response v0.1.33

Weekly downloads
1,986
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/contentful-resolve-response

Summary

This package contains type definitions for contentful-resolve-response (https://github.com/contentful/contentful-resolve-response).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/contentful-resolve-response.

index.d.ts

// Type definitions for contentful-resolve-response v0.1.2
// Project: https://github.com/contentful/contentful-resolve-response
// Definitions by: Anton Karsten <https://github.com/antonkarsten>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface ResolveResponseOptions {
    removeUnresolved?: boolean;
    itemEntryPoints?: string[];
}

declare function resolveResponse(response: any, options?: ResolveResponseOptions): any;
export = resolveResponse;

Additional Details

  • Last updated: Wed, 11 Aug 2021 15:31:32 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Anton Karsten.

0.1.32

7 months ago

0.1.33

7 months ago

0.1.31

3 years ago

0.1.30

8 years ago

0.1.29

8 years ago

0.1.28-alpha

8 years ago

0.1.27-alpha

8 years ago

0.1.26-alpha

8 years ago

0.1.25-alpha

8 years ago

0.1.24-alpha

8 years ago

0.1.23-alpha

8 years ago

0.1.22-alpha

8 years ago

0.1.17-alpha

8 years ago

0.1.16-alpha

8 years ago