Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
12
node_modules/@prisma/client-runtime-utils/dist/errors/PrismaClientUnknownRequestError.d.ts
generated
vendored
Normal file
12
node_modules/@prisma/client-runtime-utils/dist/errors/PrismaClientUnknownRequestError.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { ErrorWithBatchIndex } from './ErrorWithBatchIndex';
|
||||
type UnknownErrorParams = {
|
||||
clientVersion: string;
|
||||
batchRequestIdx?: number;
|
||||
};
|
||||
export declare class PrismaClientUnknownRequestError extends Error implements ErrorWithBatchIndex {
|
||||
clientVersion: string;
|
||||
batchRequestIdx?: number;
|
||||
constructor(message: string, { clientVersion, batchRequestIdx }: UnknownErrorParams);
|
||||
get [Symbol.toStringTag](): string;
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue