Type Alias TWSCurrentlyLiveAggregateArgs<ExtArgs>

TWSCurrentlyLiveAggregateArgs<ExtArgs>: {
    _count?: true | TWSCurrentlyLiveCountAggregateInputType;
    _max?: TWSCurrentlyLiveMaxAggregateInputType;
    _min?: TWSCurrentlyLiveMinAggregateInputType;
    cursor?: TWSCurrentlyLiveWhereUniqueInput;
    orderBy?: TWSCurrentlyLiveOrderByWithRelationInput | TWSCurrentlyLiveOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TWSCurrentlyLiveWhereInput;
}

Type Parameters

Type declaration