Type Alias GuildDropsSelectScalar
GuildDropsSelectScalar: {
createdAt?: boolean;
dbId?: boolean;
guildId?: boolean;
kickChannelId?: boolean;
kickDeliveryMode?: boolean;
kickEnabled?: boolean;
kickLiveNotificationChannelId?: boolean;
kickLiveNotificationRoleId?: boolean;
kickLiveNotifications?: boolean;
kickRoleId?: boolean;
kickScheduledHours?: boolean;
kickScheduledWeekdays?: boolean;
kickWindowEndHour?: boolean;
kickWindowStartHour?: boolean;
twitchChannelId?: boolean;
twitchDeliveryMode?: boolean;
twitchEnabled?: boolean;
twitchLiveNotificationChannelId?: boolean;
twitchLiveNotificationRoleId?: boolean;
twitchLiveNotifications?: boolean;
twitchRoleId?: boolean;
twitchScheduledHours?: boolean;
twitchScheduledWeekdays?: boolean;
twitchWindowEndHour?: boolean;
twitchWindowStartHour?: boolean;
updatedAt?: boolean;
}