UNPKG

@prisma/sdk

Version:
6 lines (5 loc) 183 B
export declare type ResolveOutputOptions = { defaultOutput: string; baseDir: string; }; export declare function resolveOutput(options: ResolveOutputOptions): Promise<string>;