Type Alias TSCurrentlyLiveAggregateArgs<ExtArgs>

TSCurrentlyLiveAggregateArgs<ExtArgs>: {
    _count?: true | TSCurrentlyLiveCountAggregateInputType;
    _max?: TSCurrentlyLiveMaxAggregateInputType;
    _min?: TSCurrentlyLiveMinAggregateInputType;
    cursor?: TSCurrentlyLiveWhereUniqueInput;
    orderBy?: TSCurrentlyLiveOrderByWithRelationInput | TSCurrentlyLiveOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TSCurrentlyLiveWhereInput;
}

Type Parameters

Type declaration