UNPKG

kintone-as-code

Version:

A CLI tool for managing kintone applications as code with type-safe TypeScript schemas

3 lines 158 B
import type { AppSchema } from '../types.js'; export declare function loadSchema(schemaPath: string): Promise<AppSchema>; //# sourceMappingURL=loader.d.ts.map