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">;
    kickDeliveryMode: Prisma.FieldRef<"GuildDrops", "NotificationDeliveryEnum">;
    kickEnabled: Prisma.FieldRef<"GuildDrops", "Boolean">;
    kickLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String">;
    kickLiveNotificationRoleId: Prisma.FieldRef<"GuildDrops", "String">;
    kickLiveNotifications: Prisma.FieldRef<"GuildDrops", "Boolean">;
    kickRoleId: Prisma.FieldRef<"GuildDrops", "String">;
    kickScheduledHours: Prisma.FieldRef<"GuildDrops", "Int[]">;
    kickScheduledWeekdays: Prisma.FieldRef<"GuildDrops", "Int[]">;
    kickWindowEndHour: Prisma.FieldRef<"GuildDrops", "Int">;
    kickWindowStartHour: Prisma.FieldRef<"GuildDrops", "Int">;
    twitchChannelId: Prisma.FieldRef<"GuildDrops", "String">;
    twitchDeliveryMode: Prisma.FieldRef<"GuildDrops", "NotificationDeliveryEnum">;
    twitchEnabled: Prisma.FieldRef<"GuildDrops", "Boolean">;
    twitchLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String">;
    twitchLiveNotificationRoleId: Prisma.FieldRef<"GuildDrops", "String">;
    twitchLiveNotifications: Prisma.FieldRef<"GuildDrops", "Boolean">;
    twitchRoleId: Prisma.FieldRef<"GuildDrops", "String">;
    twitchScheduledHours: Prisma.FieldRef<"GuildDrops", "Int[]">;
    twitchScheduledWeekdays: Prisma.FieldRef<"GuildDrops", "Int[]">;
    twitchWindowEndHour: Prisma.FieldRef<"GuildDrops", "Int">;
    twitchWindowStartHour: Prisma.FieldRef<"GuildDrops", "Int">;
    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">
kickDeliveryMode: Prisma.FieldRef<"GuildDrops", "NotificationDeliveryEnum">
kickEnabled: Prisma.FieldRef<"GuildDrops", "Boolean">
kickLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String">
kickLiveNotificationRoleId: Prisma.FieldRef<"GuildDrops", "String">
kickLiveNotifications: Prisma.FieldRef<"GuildDrops", "Boolean">
kickRoleId: Prisma.FieldRef<"GuildDrops", "String">
kickScheduledHours: Prisma.FieldRef<"GuildDrops", "Int[]">
kickScheduledWeekdays: Prisma.FieldRef<"GuildDrops", "Int[]">
kickWindowEndHour: Prisma.FieldRef<"GuildDrops", "Int">
kickWindowStartHour: Prisma.FieldRef<"GuildDrops", "Int">
twitchChannelId: Prisma.FieldRef<"GuildDrops", "String">
twitchDeliveryMode: Prisma.FieldRef<"GuildDrops", "NotificationDeliveryEnum">
twitchEnabled: Prisma.FieldRef<"GuildDrops", "Boolean">
twitchLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String">
twitchLiveNotificationRoleId: Prisma.FieldRef<"GuildDrops", "String">
twitchLiveNotifications: Prisma.FieldRef<"GuildDrops", "Boolean">
twitchRoleId: Prisma.FieldRef<"GuildDrops", "String">
twitchScheduledHours: Prisma.FieldRef<"GuildDrops", "Int[]">
twitchScheduledWeekdays: Prisma.FieldRef<"GuildDrops", "Int[]">
twitchWindowEndHour: Prisma.FieldRef<"GuildDrops", "Int">
twitchWindowStartHour: Prisma.FieldRef<"GuildDrops", "Int">
updatedAt: Prisma.FieldRef<"GuildDrops", "DateTime">