fix(core): update
This commit is contained in:
@ -11,8 +11,8 @@ export interface IRouterOptions {
|
||||
export type THandlerFunction = <T extends object>(routeArg: IRouteInfo) => Promise<any>;
|
||||
export interface IRouteInfo {
|
||||
path: string;
|
||||
index:number;
|
||||
params: {[key: string]: string};
|
||||
index: number;
|
||||
params: { [key: string]: string };
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user