Prisma
Configuration object for the Prisma instance provided to the Authorization module
interface PrismaConfiguration {
client: InjectionToken;
}Last updated
Configuration object for the Prisma instance provided to the Authorization module
interface PrismaConfiguration {
client: InjectionToken;
}Last updated