/** * @author Thomas Kleinke */ export type Tab = { routeName: string, label: string operationId: string, operationCategory: string; shown: boolean }