prisma-encrypter
Version:
Lightweight encryption solution for Prisma
15 lines • 407 B
TypeScript
export declare enum EMethodsToDecrypt {
findUniqueOrThrow = "findUniqueOrThrow",
findUnique = "findUnique",
findFirst = "findFirst",
findMany = "findMany",
groupBy = "groupBy"
}
export declare enum EMethodsToEncrypt {
create = "create",
createMany = "createMany",
upsert = "upsert",
updateMany = "updateMany",
update = "update"
}
//# sourceMappingURL=actions.d.ts.map