Type Alias GuildMessageButtonAggregateArgs<ExtArgs>

GuildMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | GuildMessageButtonCountAggregateInputType;
    _max?: GuildMessageButtonMaxAggregateInputType;
    _min?: GuildMessageButtonMinAggregateInputType;
    cursor?: GuildMessageButtonWhereUniqueInput;
    orderBy?: GuildMessageButtonOrderByWithRelationInput | GuildMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildMessageButtonWhereInput;
}

Type Parameters

Type declaration