Type Alias GuildDropsInclude<ExtArgs>

GuildDropsInclude<ExtArgs>: {
    _count?: boolean | GuildDropsCountOutputTypeDefaultArgs<ExtArgs>;
    games?: boolean | GuildDrops$gamesArgs<ExtArgs>;
    webhook?: boolean | GuildDrops$webhookArgs<ExtArgs>;
}

Type Parameters