Type Alias GuildAutoLiveRoleAggregateArgs<ExtArgs>

GuildAutoLiveRoleAggregateArgs<ExtArgs>: {
    _count?: true | GuildAutoLiveRoleCountAggregateInputType;
    _max?: GuildAutoLiveRoleMaxAggregateInputType;
    _min?: GuildAutoLiveRoleMinAggregateInputType;
    cursor?: GuildAutoLiveRoleWhereUniqueInput;
    orderBy?: GuildAutoLiveRoleOrderByWithRelationInput | GuildAutoLiveRoleOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildAutoLiveRoleWhereInput;
}

Type Parameters

Type declaration