Type Alias GuildDisableBrandingAggregateArgs<ExtArgs>

GuildDisableBrandingAggregateArgs<ExtArgs>: {
    _count?: true | GuildDisableBrandingCountAggregateInputType;
    _max?: GuildDisableBrandingMaxAggregateInputType;
    _min?: GuildDisableBrandingMinAggregateInputType;
    cursor?: GuildDisableBrandingWhereUniqueInput;
    orderBy?: GuildDisableBrandingOrderByWithRelationInput | GuildDisableBrandingOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildDisableBrandingWhereInput;
}

Type Parameters

Type declaration