Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
4
node_modules/@prisma/client-runtime-utils/dist/errors/ErrorWithBatchIndex.d.ts
generated
vendored
Normal file
4
node_modules/@prisma/client-runtime-utils/dist/errors/ErrorWithBatchIndex.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export interface ErrorWithBatchIndex {
|
||||
batchRequestIdx?: number;
|
||||
}
|
||||
export declare function hasBatchIndex(value: object): value is Required<ErrorWithBatchIndex>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue