Type Alias GuildDropsGameWebhookOmit<ExtArgs>

GuildDropsGameWebhookOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "avatarUrl"
    | "username"
    | "guildDropsGameId", ExtArgs["result"]["guildDropsGameWebhook"]>

Type Parameters