Type Alias GuildDropsGame$guildDropsArgs<ExtArgs>

GuildDropsGame$guildDropsArgs<ExtArgs>: {
    include?: GuildDropsInclude<ExtArgs> | null;
    omit?: GuildDropsOmit<ExtArgs> | null;
    select?: GuildDropsSelect<ExtArgs> | null;
    where?: GuildDropsWhereInput;
}

GuildDropsGame.guildDrops

Type Parameters

Type declaration