export interface StacheRouteMetadataConfig {
    name: string;
    order?: number;
    path: string;
    showInNav?: boolean;
}
