UNPKG

@proofgeist/fmdapi

Version:
12 lines 557 B
import { generateTypedClients } from "./typegen/index.js"; import { getLayoutMetadata } from "./typegen/getLayoutMetadata.js"; export type { ValueListsOptions, GenerateSchemaOptions, } from "./typegen/types.js"; /** * @deprecated Use `getLayoutMetadata` from `@proofgeist/fmdapi/typegen` instead. */ export declare const getSchema: typeof getLayoutMetadata; /** * @deprecated Use `generateTypedClients` from `@proofgeist/fmdapi/typegen` instead. */ export declare const generateSchemas: typeof generateTypedClients; //# sourceMappingURL=codegen.d.ts.map