Type Alias KSCurrentlyLiveAggregateArgs<ExtArgs>

KSCurrentlyLiveAggregateArgs<ExtArgs>: {
    _count?: true | KSCurrentlyLiveCountAggregateInputType;
    _max?: KSCurrentlyLiveMaxAggregateInputType;
    _min?: KSCurrentlyLiveMinAggregateInputType;
    cursor?: KSCurrentlyLiveWhereUniqueInput;
    orderBy?: KSCurrentlyLiveOrderByWithRelationInput | KSCurrentlyLiveOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: KSCurrentlyLiveWhereInput;
}

Type Parameters

Type declaration