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

    Type Alias PermissionUpdateManyWithWhereWithoutResourceInput

    type PermissionUpdateManyWithWhereWithoutResourceInput = {
        data: Prisma.XOR<
            PermissionUpdateManyMutationInput,
            PermissionUncheckedUpdateManyWithoutResourceInput,
        >;
        where: PermissionScalarWhereInput;
    }
    Index

    Properties

    Properties