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

    Type Alias PermissionUpdateToOneWithWhereWithoutRolePermissionsInput

    type PermissionUpdateToOneWithWhereWithoutRolePermissionsInput = {
        data: Prisma.XOR<
            PermissionUpdateWithoutRolePermissionsInput,
            PermissionUncheckedUpdateWithoutRolePermissionsInput,
        >;
        where?: PermissionWhereInput;
    }
    Index

    Properties

    Properties