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

    Type Alias PermissionUpdateArgs<ExtArgs>

    Permission update

    type PermissionUpdateArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        data: Prisma.XOR<PermissionUpdateInput, PermissionUncheckedUpdateInput>;
        include?: PermissionInclude<ExtArgs> | null;
        omit?: PermissionOmit<ExtArgs> | null;
        select?: PermissionSelect<ExtArgs> | null;
        where: PermissionWhereUniqueInput;
    }

    Type Parameters

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

    Properties

    The data needed to update a Permission.

    include?: PermissionInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PermissionOmit<ExtArgs> | null

    Omit specific fields from the Permission

    select?: PermissionSelect<ExtArgs> | null

    Select specific fields to fetch from the Permission

    Choose, which Permission to update.