interface UniversePlatformRecordUniverseRouterIRouteMeta {
    DataViewLightPage: RouteItem<Universe.Platform.Record.RouteFunc, ((...args: [param: Universe.Platform.Record.RouteParams]) => boolean)>;
}

Properties

DataViewLightPage: RouteItem<Universe.Platform.Record.RouteFunc, ((...args: [param: Universe.Platform.Record.RouteParams]) => boolean)>