UNPKG

zenstack

Version:

FullStack enhancement for Prisma ORM: seamless integration from database to UI

9 lines (8 loc) 179 B
type Options = { schema: string; }; /** * CLI action for checking schema */ export declare function check(_projectPath: string, options: Options): Promise<void>; export {};