Erster Docker-Stand
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { PrintOptions } from './printSchema';
|
||||
import { createPrismaSchemaBuilder } from './PrismaSchemaBuilder';
|
||||
type Options = PrintOptions;
|
||||
export declare function produceSchema(source: string, producer: (builder: ReturnType<typeof createPrismaSchemaBuilder>) => void, options?: Options): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user