Interface GuildDropsFieldRefs
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">; kickLiveNotifications: Prisma.FieldRef<"GuildDrops", "Boolean">; kickRoleId: Prisma.FieldRef<"GuildDrops", "String">; twitchChannelId: Prisma.FieldRef<"GuildDrops", "String">; 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">; updatedAt: Prisma.FieldRef<"GuildDrops", "DateTime">; } Properties
ReadonlycreatedAt
ReadonlydbId
ReadonlyguildId
ReadonlykickChannelId
ReadonlykickEnabled
ReadonlykickLiveNotificationChannelId
kickLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String"> ReadonlykickLiveNotificationRoleId
ReadonlykickLiveNotifications
ReadonlykickRoleId
ReadonlytwitchChannelId
ReadonlytwitchEnabled
ReadonlytwitchLiveNotificationChannelId
twitchLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String"> ReadonlytwitchLiveNotificationRoleId
ReadonlytwitchLiveNotifications
ReadonlytwitchRoleId
ReadonlyupdatedAt
Fields of the GuildDrops model