Type Alias GuildDropsOmit<ExtArgs>

GuildDropsOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "guildId"
    | "kickEnabled"
    | "twitchEnabled"
    | "kickLiveNotifications"
    | "twitchLiveNotifications"
    | "kickChannelId"
    | "kickRoleId"
    | "twitchChannelId"
    | "twitchRoleId"
    | "kickLiveNotificationChannelId"
    | "kickLiveNotificationRoleId"
    | "twitchLiveNotificationChannelId"
    | "twitchLiveNotificationRoleId"
    | "kickDeliveryMode"
    | "kickWindowStartHour"
    | "kickWindowEndHour"
    | "kickScheduledHours"
    | "kickScheduledWeekdays"
    | "twitchDeliveryMode"
    | "twitchWindowStartHour"
    | "twitchWindowEndHour"
    | "twitchScheduledHours"
    | "twitchScheduledWeekdays"
    | "createdAt"
    | "updatedAt", ExtArgs["result"]["guildDrops"]>

Type Parameters