TreasureTrails/node_modules/@prisma/client-runtime-utils/dist/errors/ErrorWithBatchIndex.d.ts

5 lines
165 B
TypeScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
export interface ErrorWithBatchIndex {
batchRequestIdx?: number;
}
export declare function hasBatchIndex(value: object): value is Required<ErrorWithBatchIndex>;