Type Alias RSCurrentlyLiveAggregateArgs<ExtArgs>

RSCurrentlyLiveAggregateArgs<ExtArgs>: {
    _count?: true | RSCurrentlyLiveCountAggregateInputType;
    _max?: RSCurrentlyLiveMaxAggregateInputType;
    _min?: RSCurrentlyLiveMinAggregateInputType;
    cursor?: RSCurrentlyLiveWhereUniqueInput;
    orderBy?: RSCurrentlyLiveOrderByWithRelationInput | RSCurrentlyLiveOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: RSCurrentlyLiveWhereInput;
}

Type Parameters

Type declaration