/** * @pageName Events * @slotType dashboard menu plugin */ interface EventItemsBulkMoreActionsMenuParams$1 { selectedIds: string[]; } declare namespace _6a487adb84214188B7f1Aa58d2a7bf1c { export type { EventItemsBulkMoreActionsMenuParams$1 as EventItemsBulkMoreActionsMenuParams }; } /** * @pageName EventsDetailsPage * @slotType dashboard plugin */ interface OverviewFooterParams { eventId: string; } /** * @pageName EventsDetailsPage * @slotType dashboard plugin */ interface TicketsAndSeatingRightPanelParams { eventId: string; } /** * @pageName EventsDetailsPage * @slotType dashboard plugin */ interface SettingsFooterParams { eventId: string; } /** * @pageName EventsDetailsPage * @slotType dashboard plugin */ interface AdditionalFeaturesCardParams { eventId: string; } /** * @pageName EventsDetailsPage * @slotType dashboard plugin */ interface PromotionFooterParams { eventId: string; } /** * @pageName EventsDetailsPage * @slotType dashboard menu plugin */ interface OrderItemsBulkMoreActionsMenuParams { selectedIds: string[]; } /** * @pageName EventsDetailsPage * @slotType dashboard menu plugin */ interface TicketsGuestItemsBulkMoreActionsMenuParams { selectedIds: string[]; } /** * @pageName EventsDetailsPage * @slotType dashboard menu plugin */ interface RSVPGuestItemsBulkMoreActionsMenuParams { selectedIds: string[]; } type _50f142b8F7aa45eb98f17a7044d797b7_AdditionalFeaturesCardParams = AdditionalFeaturesCardParams; type _50f142b8F7aa45eb98f17a7044d797b7_OrderItemsBulkMoreActionsMenuParams = OrderItemsBulkMoreActionsMenuParams; type _50f142b8F7aa45eb98f17a7044d797b7_OverviewFooterParams = OverviewFooterParams; type _50f142b8F7aa45eb98f17a7044d797b7_PromotionFooterParams = PromotionFooterParams; type _50f142b8F7aa45eb98f17a7044d797b7_RSVPGuestItemsBulkMoreActionsMenuParams = RSVPGuestItemsBulkMoreActionsMenuParams; type _50f142b8F7aa45eb98f17a7044d797b7_SettingsFooterParams = SettingsFooterParams; type _50f142b8F7aa45eb98f17a7044d797b7_TicketsAndSeatingRightPanelParams = TicketsAndSeatingRightPanelParams; type _50f142b8F7aa45eb98f17a7044d797b7_TicketsGuestItemsBulkMoreActionsMenuParams = TicketsGuestItemsBulkMoreActionsMenuParams; declare namespace _50f142b8F7aa45eb98f17a7044d797b7 { export type { _50f142b8F7aa45eb98f17a7044d797b7_AdditionalFeaturesCardParams as AdditionalFeaturesCardParams, _50f142b8F7aa45eb98f17a7044d797b7_OrderItemsBulkMoreActionsMenuParams as OrderItemsBulkMoreActionsMenuParams, _50f142b8F7aa45eb98f17a7044d797b7_OverviewFooterParams as OverviewFooterParams, _50f142b8F7aa45eb98f17a7044d797b7_PromotionFooterParams as PromotionFooterParams, _50f142b8F7aa45eb98f17a7044d797b7_RSVPGuestItemsBulkMoreActionsMenuParams as RSVPGuestItemsBulkMoreActionsMenuParams, _50f142b8F7aa45eb98f17a7044d797b7_SettingsFooterParams as SettingsFooterParams, _50f142b8F7aa45eb98f17a7044d797b7_TicketsAndSeatingRightPanelParams as TicketsAndSeatingRightPanelParams, _50f142b8F7aa45eb98f17a7044d797b7_TicketsGuestItemsBulkMoreActionsMenuParams as TicketsGuestItemsBulkMoreActionsMenuParams }; } /** * @pageName EventsDrafts * @slotType dashboard menu plugin */ interface EventItemsBulkMoreActionsMenuParams { selectedIds: string[]; } type _5756be6784664d119980483a1b4cc985_EventItemsBulkMoreActionsMenuParams = EventItemsBulkMoreActionsMenuParams; declare namespace _5756be6784664d119980483a1b4cc985 { export type { _5756be6784664d119980483a1b4cc985_EventItemsBulkMoreActionsMenuParams as EventItemsBulkMoreActionsMenuParams }; } declare namespace dashboardPagesPluginProps { export { _6a487adb84214188B7f1Aa58d2a7bf1c as Events, _50f142b8F7aa45eb98f17a7044d797b7 as EventsDetailsPage, _5756be6784664d119980483a1b4cc985 as EventsDrafts }; } declare namespace dashboard { export { dashboardPagesPluginProps as plugins }; } export { dashboardPagesPluginProps as a, dashboard as d };