Type Alias GuildCustomMessageAggregateArgs<ExtArgs>

GuildCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | GuildCustomMessageCountAggregateInputType;
    _max?: GuildCustomMessageMaxAggregateInputType;
    _min?: GuildCustomMessageMinAggregateInputType;
    cursor?: GuildCustomMessageWhereUniqueInput;
    orderBy?: GuildCustomMessageOrderByWithRelationInput | GuildCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildCustomMessageWhereInput;
}

Type Parameters

Type declaration