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

    Type Alias RolePermissionsUpdateManyWithWhereWithoutRoleInput

    type RolePermissionsUpdateManyWithWhereWithoutRoleInput = {
        data: Prisma.XOR<
            RolePermissionsUpdateManyMutationInput,
            RolePermissionsUncheckedUpdateManyWithoutRoleInput,
        >;
        where: RolePermissionsScalarWhereInput;
    }
    Index

    Properties

    Properties