/opt/canhelp/node_modules/drizzle-orm
Edit: /opt/canhelp/node_modules/drizzle-orm/errors.d.ts (365B)
import { entityKind } from "./entity.js";
export declare class DrizzleError extends Error {
static readonly [entityKind]: string;
constructor({ message, cause }: {
message?: string;
cause?: unknown;
});
}
export declare class TransactionRollbackError extends DrizzleError {
static readonly [entityKind]: string;
constructor();
}