Type Alias GuildLinkedRoleUncheckedUpdateManyWithoutGuildInput

GuildLinkedRoleUncheckedUpdateManyWithoutGuildInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    onAddRolesToAdd?: GuildLinkedRoleUpdateonAddRolesToAddInput | string[];
    onAddRolesToRemove?: GuildLinkedRoleUpdateonAddRolesToRemoveInput | string[];
    onRemoveRolesToAdd?: GuildLinkedRoleUpdateonRemoveRolesToAddInput | string[];
    onRemoveRolesToRemove?: GuildLinkedRoleUpdateonRemoveRolesToRemoveInput | string[];
    roleId?: StringFieldUpdateOperationsInput | string;
}