Type Alias GuildDropsGameWebhookSelect<ExtArgs>

GuildDropsGameWebhookSelect<ExtArgs>: GetSelect<{
    avatarUrl?: boolean;
    dbId?: boolean;
    guildDropsGame?: boolean | GuildDropsGameWebhook$guildDropsGameArgs<ExtArgs>;
    guildDropsGameId?: boolean;
    username?: boolean;
}, ExtArgs["result"]["guildDropsGameWebhook"]>

Type Parameters