Type Alias GuildStickyEmbedFieldAggregateArgs<ExtArgs>

GuildStickyEmbedFieldAggregateArgs<ExtArgs>: {
    _count?: true | GuildStickyEmbedFieldCountAggregateInputType;
    _max?: GuildStickyEmbedFieldMaxAggregateInputType;
    _min?: GuildStickyEmbedFieldMinAggregateInputType;
    cursor?: GuildStickyEmbedFieldWhereUniqueInput;
    orderBy?: GuildStickyEmbedFieldOrderByWithRelationInput | GuildStickyEmbedFieldOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildStickyEmbedFieldWhereInput;
}

Type Parameters

Type declaration