Type Alias GuildDropsGameSelect<ExtArgs>

GuildDropsGameSelect<ExtArgs>: GetSelect<{
    channelId?: boolean;
    createdAt?: boolean;
    dbId?: boolean;
    game?: boolean | GuildDropsGame$gameArgs<ExtArgs>;
    gameId?: boolean;
    guildDrops?: boolean | GuildDropsGame$guildDropsArgs<ExtArgs>;
    guildDropsId?: boolean;
    liveNotifications?: boolean;
    roleId?: boolean;
    webhook?: boolean | GuildDropsGame$webhookArgs<ExtArgs>;
}, ExtArgs["result"]["guildDropsGame"]>

Type Parameters