Type Alias UserRumbleAccountAggregateArgs<ExtArgs>

UserRumbleAccountAggregateArgs<ExtArgs>: {
    _count?: true | UserRumbleAccountCountAggregateInputType;
    _max?: UserRumbleAccountMaxAggregateInputType;
    _min?: UserRumbleAccountMinAggregateInputType;
    cursor?: UserRumbleAccountWhereUniqueInput;
    orderBy?: UserRumbleAccountOrderByWithRelationInput | UserRumbleAccountOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserRumbleAccountWhereInput;
}

Type Parameters

Type declaration