Fields of the UserNotifications model

interface UserNotificationsFieldRefs {
    dbId: Prisma.FieldRef<"UserNotifications", "String">;
    isRead: Prisma.FieldRef<"UserNotifications", "Boolean">;
    userId: Prisma.FieldRef<"UserNotifications", "String">;
}

Properties

Properties

dbId: Prisma.FieldRef<"UserNotifications", "String">
isRead: Prisma.FieldRef<"UserNotifications", "Boolean">
userId: Prisma.FieldRef<"UserNotifications", "String">