interface TabOption {
    route?: string;
    label: string;
    value: string;
}
export default TabOption;
