Type Alias GuildRolePanelRoleAggregateArgs<ExtArgs>

GuildRolePanelRoleAggregateArgs<ExtArgs>: {
    _avg?: GuildRolePanelRoleAvgAggregateInputType;
    _count?: true | GuildRolePanelRoleCountAggregateInputType;
    _max?: GuildRolePanelRoleMaxAggregateInputType;
    _min?: GuildRolePanelRoleMinAggregateInputType;
    _sum?: GuildRolePanelRoleSumAggregateInputType;
    cursor?: GuildRolePanelRoleWhereUniqueInput;
    orderBy?: GuildRolePanelRoleOrderByWithRelationInput | GuildRolePanelRoleOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildRolePanelRoleWhereInput;
}

Type Parameters

Type declaration