Type Alias GuildRobloxGameAggregateArgs<ExtArgs>

GuildRobloxGameAggregateArgs<ExtArgs>: {
    _count?: true | GuildRobloxGameCountAggregateInputType;
    _max?: GuildRobloxGameMaxAggregateInputType;
    _min?: GuildRobloxGameMinAggregateInputType;
    cursor?: GuildRobloxGameWhereUniqueInput;
    orderBy?: GuildRobloxGameOrderByWithRelationInput | GuildRobloxGameOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildRobloxGameWhereInput;
}

Type Parameters

Type declaration