Type Alias TTSCurrentlyLiveAggregateArgs<ExtArgs>

TTSCurrentlyLiveAggregateArgs<ExtArgs>: {
    _count?: true | TTSCurrentlyLiveCountAggregateInputType;
    _max?: TTSCurrentlyLiveMaxAggregateInputType;
    _min?: TTSCurrentlyLiveMinAggregateInputType;
    cursor?: TTSCurrentlyLiveWhereUniqueInput;
    orderBy?: TTSCurrentlyLiveOrderByWithRelationInput | TTSCurrentlyLiveOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TTSCurrentlyLiveWhereInput;
}

Type Parameters

Type declaration