mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
345 B
TypeScript
9 lines
345 B
TypeScript
// 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
|
|
|
|
|
|
declare function resolveResponse(response: any): any;
|
|
export = resolveResponse;
|