ClearVision/types/di/OnLoad.d.ts

5 lines
81 B
TypeScript
Raw Normal View History

2023-05-18 15:57:25 -04:00
export interface OnLoad {
onLoad(): Promise<void>;
2022-07-09 16:03:26 -04:00
getRoute(): string;
}