UNPKG

zenstack

Version:

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

11 lines (10 loc) 301 B
import z from 'zod'; declare const schema: z.ZodObject<{}, z.core.$strip>; export type ConfigType = z.infer<typeof schema>; export declare let config: ConfigType; /** * Loads and validates CLI configuration file. * @returns */ export declare function loadConfig(filename: string): void; export {};