eyes-of-a-trader/types/di/OnLoad.d.ts

5 lines
81 B
TypeScript
Raw Normal View History

2023-02-13 20:05:30 +11:00
export interface OnLoad {
2023-01-15 09:44:31 +11:00
onLoad(): Promise<void>;
getRoute(): string;
}