Fields of the UserTwitchAccount model

interface UserTwitchAccountFieldRefs {
    accountId: Prisma.FieldRef<"UserTwitchAccount", "String">;
    chatRoomId: Prisma.FieldRef<"UserTwitchAccount", "String">;
    dbId: Prisma.FieldRef<"UserTwitchAccount", "String">;
    userId: Prisma.FieldRef<"UserTwitchAccount", "String">;
    username: Prisma.FieldRef<"UserTwitchAccount", "String">;
}

Properties

accountId: Prisma.FieldRef<"UserTwitchAccount", "String">
chatRoomId: Prisma.FieldRef<"UserTwitchAccount", "String">
dbId: Prisma.FieldRef<"UserTwitchAccount", "String">
userId: Prisma.FieldRef<"UserTwitchAccount", "String">
username: Prisma.FieldRef<"UserTwitchAccount", "String">