Type Alias GuildCustomBotProfileAggregateArgs<ExtArgs>

GuildCustomBotProfileAggregateArgs<ExtArgs>: {
    _count?: true | GuildCustomBotProfileCountAggregateInputType;
    _max?: GuildCustomBotProfileMaxAggregateInputType;
    _min?: GuildCustomBotProfileMinAggregateInputType;
    cursor?: GuildCustomBotProfileWhereUniqueInput;
    orderBy?: GuildCustomBotProfileOrderByWithRelationInput | GuildCustomBotProfileOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildCustomBotProfileWhereInput;
}

Type Parameters

Type declaration