@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias PermissionGroupByArgs<ExtArgs>

    type PermissionGroupByArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        _avg?: PermissionAvgAggregateInputType;
        _count?: PermissionCountAggregateInputType
        | true;
        _max?: PermissionMaxAggregateInputType;
        _min?: PermissionMinAggregateInputType;
        _sum?: PermissionSumAggregateInputType;
        by: Prisma.PermissionScalarFieldEnum[] | Prisma.PermissionScalarFieldEnum;
        having?: PermissionScalarWhereWithAggregatesInput;
        orderBy?:
            | PermissionOrderByWithAggregationInput
            | PermissionOrderByWithAggregationInput[];
        skip?: number;
        take?: number;
        where?: PermissionWhereInput;
    }

    Type Parameters

    • ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
    Index

    Properties

    skip?: number
    take?: number