0.1.33 • Published 2 years ago

@types/contentful-resolve-response v0.1.33

Weekly downloads
1,986
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.33

2 years ago

0.1.31

4 years ago

0.1.30

9 years ago

0.1.29

9 years ago

0.1.28-alpha

9 years ago

0.1.27-alpha

9 years ago

0.1.26-alpha

9 years ago

0.1.25-alpha

9 years ago

0.1.24-alpha

9 years ago

0.1.23-alpha

9 years ago

0.1.22-alpha

9 years ago

0.1.17-alpha

9 years ago

0.1.16-alpha

9 years ago