remove comments
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
import type { IRoute } from 'router-slot/model';
|
||||
/*
|
||||
type Optional<T> = { [P in keyof T]?: T[P] };
|
||||
|
||||
type IRouteWithComponentRoute = Exclude<IRoute, IComponentRoute>;
|
||||
type IComponentRouteWithOptionalComponent = Omit<IComponentRoute, 'component'> &
|
||||
Optional<Pick<IComponentRoute, 'component'>>;
|
||||
|
||||
export type UmbRoute = IRouteWithComponentRoute | IComponentRouteWithOptionalComponent;
|
||||
*/
|
||||
export type UmbRoute = IRoute;
|
||||
|
||||
Reference in New Issue
Block a user