Type Alias UserSessionAggregateArgs<ExtArgs>

UserSessionAggregateArgs<ExtArgs>: {
    _count?: true | UserSessionCountAggregateInputType;
    _max?: UserSessionMaxAggregateInputType;
    _min?: UserSessionMinAggregateInputType;
    cursor?: UserSessionWhereUniqueInput;
    orderBy?: UserSessionOrderByWithRelationInput | UserSessionOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserSessionWhereInput;
}

Type Parameters

Type declaration