mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
10 lines
393 B
TypeScript
10 lines
393 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 module 'contentful-resolve-response' {
|
|
function resolveResponse(response: any): any;
|
|
export = resolveResponse;
|
|
}
|