/**
 *
 * Current TabRequest entity context, or 'tabEntityId'.
 *
 */
type TabEntityContext = {
    /**
     * @member {string} [tabEntityId] The entity id of the tab.
     */
    tabEntityId?: string;
};

export type { TabEntityContext };
