Type Alias WSCurrentlyLiveAggregateArgs<ExtArgs>

WSCurrentlyLiveAggregateArgs<ExtArgs>: {
    _count?: true | WSCurrentlyLiveCountAggregateInputType;
    _max?: WSCurrentlyLiveMaxAggregateInputType;
    _min?: WSCurrentlyLiveMinAggregateInputType;
    cursor?: WSCurrentlyLiveWhereUniqueInput;
    orderBy?: WSCurrentlyLiveOrderByWithRelationInput | WSCurrentlyLiveOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: WSCurrentlyLiveWhereInput;
}

Type Parameters

Type declaration