Type Alias GuildStatusRoleAggregateArgs<ExtArgs>

GuildStatusRoleAggregateArgs<ExtArgs>: {
    _count?: true | GuildStatusRoleCountAggregateInputType;
    _max?: GuildStatusRoleMaxAggregateInputType;
    _min?: GuildStatusRoleMinAggregateInputType;
    cursor?: GuildStatusRoleWhereUniqueInput;
    orderBy?: GuildStatusRoleOrderByWithRelationInput | GuildStatusRoleOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildStatusRoleWhereInput;
}

Type Parameters

Type declaration