Type Alias UserGettingStartedAggregateArgs<ExtArgs>

UserGettingStartedAggregateArgs<ExtArgs>: {
    _count?: true | UserGettingStartedCountAggregateInputType;
    _max?: UserGettingStartedMaxAggregateInputType;
    _min?: UserGettingStartedMinAggregateInputType;
    cursor?: UserGettingStartedWhereUniqueInput;
    orderBy?: UserGettingStartedOrderByWithRelationInput | UserGettingStartedOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserGettingStartedWhereInput;
}

Type Parameters

Type declaration