export type OBreadcrumb = {
    label: string;
    displayText?: string;
    route: string;
    queryParams?: object;
};
