UNPKG

content-type-to-typescript

Version:

Compile Contentful Models to TypeScript type definitions

6 lines (5 loc) 140 B
export default function ({accessToken, space, output}: { accessToken: string; space: string; output: string; }): Promise<void>;