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">; 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
ReadonlycreatedAt
ReadonlydbId
ReadonlyguildId
ReadonlykickChannelId
ReadonlykickEnabled
ReadonlykickLiveNotificationChannelId
kickLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String"> ReadonlykickLiveNotificationRoleId
ReadonlykickRoleId
ReadonlyliveNotifications
ReadonlytwitchChannelId
ReadonlytwitchEnabled
ReadonlytwitchLiveNotificationChannelId
twitchLiveNotificationChannelId: Prisma.FieldRef<"GuildDrops", "String"> ReadonlytwitchLiveNotificationRoleId
ReadonlytwitchRoleId
ReadonlyupdatedAt
Fields of the GuildDrops model