import type { Brand } from './brand';
/**
 * Tab with page (in test).
 */
export type Tab = Brand<object, 'Tab'>;
