prisma-util
Version:
Prisma Util is an easy to use tool that merges multiple Prisma schema files, allows extending of models, resolves naming conflicts both manually and automatically and provides easy access to Prisma commands and timing reports. It's mostly a plug-and-play
9 lines (8 loc) • 560 B
TypeScript
export declare function log(text: string, before?: string): void;
export declare function error(text: string, before?: string): void;
export declare function update(text: string, before?: string): void;
export declare function warn(text: string, before?: string): void;
export declare function success(text: string, before?: string): void;
export declare function conflict(text: string, before?: string): void;
export declare function experimental(text: string, before?: string): void;
export declare function interactive(text: string, before?: string): void;