Type Alias GuildGettingStartedAggregateArgs<ExtArgs>

GuildGettingStartedAggregateArgs<ExtArgs>: {
    _count?: true | GuildGettingStartedCountAggregateInputType;
    _max?: GuildGettingStartedMaxAggregateInputType;
    _min?: GuildGettingStartedMinAggregateInputType;
    cursor?: GuildGettingStartedWhereUniqueInput;
    orderBy?: GuildGettingStartedOrderByWithRelationInput | GuildGettingStartedOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildGettingStartedWhereInput;
}

Type Parameters

Type declaration