/**
 *
 * Current tab request context, i.e., the current theme.
 */
type TabContext = {
    /**
     * @member {theme} [string] The current user's theme.
     */
    theme?: string;
};

export type { TabContext };
