Fields of the GuildDrops model

interface GuildDropsFieldRefs {
    createdAt: Prisma.FieldRef<"GuildDrops", "DateTime">;
    dbId: Prisma.FieldRef<"GuildDrops", "String">;
    guildId: Prisma.FieldRef<"GuildDrops", "String">;
    kickChannelId: Prisma.FieldRef<"GuildDrops", "String">;
    kickEnabled: Prisma.FieldRef<"GuildDrops", "Boolean">;
    kickLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String">;
    kickLiveNotificationRoleId: Prisma.FieldRef<"GuildDrops", "String">;
    kickRoleId: Prisma.FieldRef<"GuildDrops", "String">;
    liveNotifications: Prisma.FieldRef<"GuildDrops", "Boolean">;
    twitchChannelId: Prisma.FieldRef<"GuildDrops", "String">;
    twitchEnabled: Prisma.FieldRef<"GuildDrops", "Boolean">;
    twitchLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String">;
    twitchLiveNotificationRoleId: Prisma.FieldRef<"GuildDrops", "String">;
    twitchRoleId: Prisma.FieldRef<"GuildDrops", "String">;
    updatedAt: Prisma.FieldRef<"GuildDrops", "DateTime">;
}

Properties

createdAt: Prisma.FieldRef<"GuildDrops", "DateTime">
dbId: Prisma.FieldRef<"GuildDrops", "String">
guildId: Prisma.FieldRef<"GuildDrops", "String">
kickChannelId: Prisma.FieldRef<"GuildDrops", "String">
kickEnabled: Prisma.FieldRef<"GuildDrops", "Boolean">
kickLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String">
kickLiveNotificationRoleId: Prisma.FieldRef<"GuildDrops", "String">
kickRoleId: Prisma.FieldRef<"GuildDrops", "String">
liveNotifications: Prisma.FieldRef<"GuildDrops", "Boolean">
twitchChannelId: Prisma.FieldRef<"GuildDrops", "String">
twitchEnabled: Prisma.FieldRef<"GuildDrops", "Boolean">
twitchLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String">
twitchLiveNotificationRoleId: Prisma.FieldRef<"GuildDrops", "String">
twitchRoleId: Prisma.FieldRef<"GuildDrops", "String">
updatedAt: Prisma.FieldRef<"GuildDrops", "DateTime">