5 lines
81 B
TypeScript
Raw Normal View History

2023-02-13 20:37:38 +11:00
export interface OnLoad {
2023-01-14 16:41:20 +11:00
onLoad(): Promise<void>;
getRoute(): string;
}