Type Alias GuildCustomSingleMessageAggregateArgs<ExtArgs>

GuildCustomSingleMessageAggregateArgs<ExtArgs>: {
    _count?: true | GuildCustomSingleMessageCountAggregateInputType;
    _max?: GuildCustomSingleMessageMaxAggregateInputType;
    _min?: GuildCustomSingleMessageMinAggregateInputType;
    cursor?: GuildCustomSingleMessageWhereUniqueInput;
    orderBy?: GuildCustomSingleMessageOrderByWithRelationInput | GuildCustomSingleMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildCustomSingleMessageWhereInput;
}

Type Parameters

Type declaration