Type Alias UserMediaShareAggregateArgs<ExtArgs>

UserMediaShareAggregateArgs<ExtArgs>: {
    _count?: true | UserMediaShareCountAggregateInputType;
    _max?: UserMediaShareMaxAggregateInputType;
    _min?: UserMediaShareMinAggregateInputType;
    cursor?: UserMediaShareWhereUniqueInput;
    orderBy?: UserMediaShareOrderByWithRelationInput | UserMediaShareOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserMediaShareWhereInput;
}

Type Parameters

Type declaration