@contentstack/types-generator
Version:
Contentstack type definition generation library
7 lines (4 loc) • 314 B
text/typescript
import { G as GraphQLBase } from './web-BIydmMIJ.mjs';
export { g as generateTS, a as generateTSFromContentTypes } from './web-BIydmMIJ.mjs';
declare function graphqlTS({ apiKey, token, region, environment, branch, namespace, host, logger: loggerInstance, }: GraphQLBase): Promise<string>;
export { graphqlTS };