IRouterPath
This commit is contained in:
parent
17008f4475
commit
2427893303
@ -2,3 +2,4 @@ export * from './listable';
|
||||
export * from './entity.model';
|
||||
export * from './table-column-config.model';
|
||||
export * from './listing-modes';
|
||||
export * from './routerPath';
|
||||
|
||||
5
src/lib/listing/models/routerPath.ts
Normal file
5
src/lib/listing/models/routerPath.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { ITrackable } from './trackable';
|
||||
|
||||
export interface IRouterPath extends ITrackable {
|
||||
readonly routerPath: string;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user