Type Alias GuildRolePanelUpdateWithoutRowsInput

GuildRolePanelUpdateWithoutRowsInput: {
    assignMode?: EnumRolePanelAssignModeFieldUpdateOperationsInput | RolePanelAssignMode;
    boosterOnly?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    channelId?: StringFieldUpdateOperationsInput | string;
    dbId?: StringFieldUpdateOperationsInput | string;
    embeds?: GuildRolePanelEmbedUpdateManyWithoutGuildRolePanelNestedInput;
    guildId?: StringFieldUpdateOperationsInput | string;
    interactionType?: EnumRolePanelTypeFieldUpdateOperationsInput | RolePanelType;
    logChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    maxRoles?: NullableIntFieldUpdateOperationsInput | number | null;
    messageId?: NullableStringFieldUpdateOperationsInput | string | null;
    name?: StringFieldUpdateOperationsInput | string;
    panelId?: StringFieldUpdateOperationsInput | string;
    requireAccountAgeDays?: NullableIntFieldUpdateOperationsInput | number | null;
    requireJoinAgeDays?: NullableIntFieldUpdateOperationsInput | number | null;
    requireMessageCount?: NullableIntFieldUpdateOperationsInput | number | null;
    webhookAvatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    webhookEnabled?: BoolFieldUpdateOperationsInput | boolean;
    webhookUsername?: NullableStringFieldUpdateOperationsInput | string | null;
}