UNPKG

kintone-as-code

Version:

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

10 lines 296 B
interface CreateOptions { schema: string; env: string | undefined; name: string | undefined; space: string | undefined; thread: string | undefined; } export declare const createCommand: (options: CreateOptions) => Promise<void>; export {}; //# sourceMappingURL=create.d.ts.map