Type Alias GuildDropsOmit<ExtArgs>

GuildDropsOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "guildId"
    | "kickEnabled"
    | "twitchEnabled"
    | "liveNotifications"
    | "kickChannelId"
    | "kickRoleId"
    | "twitchChannelId"
    | "twitchRoleId"
    | "kickLiveNotificationChannelId"
    | "kickLiveNotificationRoleId"
    | "twitchLiveNotificationChannelId"
    | "twitchLiveNotificationRoleId"
    | "createdAt"
    | "updatedAt", ExtArgs["result"]["guildDrops"]>

Type Parameters