export interface RouterInfo {
    name: string;
    pageSourceFile: string;
    buildFunction: string;
    customData: Record<string, any>;
}
