@proofgeist/fmdapi
Version:
FileMaker Data API client
12 lines • 557 B
TypeScript
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