Fields of the WSCurrentlyLive model

interface WSCurrentlyLiveFieldRefs {
    channelId: Prisma.FieldRef<"WSCurrentlyLive", "String">;
    correct: Prisma.FieldRef<"WSCurrentlyLive", "Boolean">;
    dbId: Prisma.FieldRef<"WSCurrentlyLive", "String">;
    messageId: Prisma.FieldRef<"WSCurrentlyLive", "String">;
    whatnotStreamerId: Prisma.FieldRef<"WSCurrentlyLive", "String">;
}

Properties

channelId: Prisma.FieldRef<"WSCurrentlyLive", "String">
correct: Prisma.FieldRef<"WSCurrentlyLive", "Boolean">
dbId: Prisma.FieldRef<"WSCurrentlyLive", "String">
messageId: Prisma.FieldRef<"WSCurrentlyLive", "String">
whatnotStreamerId: Prisma.FieldRef<"WSCurrentlyLive", "String">