Type Alias GuildRolePanelRoleUpdateManyMutationInput

GuildRolePanelRoleUpdateManyMutationInput: {
    blacklistRoleIds?: GuildRolePanelRoleUpdateblacklistRoleIdsInput | string[];
    dbId?: StringFieldUpdateOperationsInput | string;
    emojiUnicodeOrId?: NullableStringFieldUpdateOperationsInput | string | null;
    label?: NullableStringFieldUpdateOperationsInput | string | null;
    requiredRoleIds?: GuildRolePanelRoleUpdaterequiredRoleIdsInput | string[];
    roleId?: StringFieldUpdateOperationsInput | string;
    style?: NullableIntFieldUpdateOperationsInput | number | null;
    temporaryMinutes?: NullableIntFieldUpdateOperationsInput | number | null;
}