UNPKG

@proofkit/typegen

Version:

`@proofkit/typegen` is a tool for generating TypeScript types from FileMaker database schemas, making it easier to work with FileMaker data in modern TypeScript projects.

4 lines (3 loc) 181 B
import { SourceFile } from 'ts-morph'; import { BuildSchemaArgs } from './types.js'; export declare function buildLayoutClient(sourceFile: SourceFile, args: BuildSchemaArgs): void;