Type Alias UserPremiumAggregateArgs<ExtArgs>

UserPremiumAggregateArgs<ExtArgs>: {
    _count?: true | UserPremiumCountAggregateInputType;
    _max?: UserPremiumMaxAggregateInputType;
    _min?: UserPremiumMinAggregateInputType;
    cursor?: UserPremiumWhereUniqueInput;
    orderBy?: UserPremiumOrderByWithRelationInput | UserPremiumOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserPremiumWhereInput;
}

Type Parameters

Type declaration