Type Alias UserKickAccountAggregateArgs<ExtArgs>

UserKickAccountAggregateArgs<ExtArgs>: {
    _count?: true | UserKickAccountCountAggregateInputType;
    _max?: UserKickAccountMaxAggregateInputType;
    _min?: UserKickAccountMinAggregateInputType;
    cursor?: UserKickAccountWhereUniqueInput;
    orderBy?: UserKickAccountOrderByWithRelationInput | UserKickAccountOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserKickAccountWhereInput;
}

Type Parameters

Type declaration