Type Alias GuildFixUrlAggregateArgs<ExtArgs>

GuildFixUrlAggregateArgs<ExtArgs>: {
    _count?: true | GuildFixUrlCountAggregateInputType;
    _max?: GuildFixUrlMaxAggregateInputType;
    _min?: GuildFixUrlMinAggregateInputType;
    cursor?: GuildFixUrlWhereUniqueInput;
    orderBy?: GuildFixUrlOrderByWithRelationInput | GuildFixUrlOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildFixUrlWhereInput;
}

Type Parameters

Type declaration