UNPKG

96 BTypeScriptView Raw
1export declare function makePrismaBindingClass<T>({ typeDefs, }: {
2 typeDefs: string;
3}): T;