5 lines
81 B
TypeScript
Raw Normal View History

2023-02-12 23:21:22 -05:00
export interface OnLoad {
2022-12-25 18:45:30 -05:00
onLoad(): Promise<void>;
getRoute(): string;
}