/** * @pageName ContactFullPage * @slotType dashboard menu plugin */ type ContactMainMoreActionsMenuParams = { contactId: string; }; type _1fcafbe6F6da4c098a88Cf277be996fe_ContactMainMoreActionsMenuParams = ContactMainMoreActionsMenuParams; declare namespace _1fcafbe6F6da4c098a88Cf277be996fe { export type { _1fcafbe6F6da4c098a88Cf277be996fe_ContactMainMoreActionsMenuParams as ContactMainMoreActionsMenuParams }; } declare namespace dashboardPagesPluginProps { export { _1fcafbe6F6da4c098a88Cf277be996fe as ContactFullPage }; } declare namespace dashboard { export { dashboardPagesPluginProps as plugins }; } export { dashboard as d, dashboardPagesPluginProps as plugins };