2022-12-25 18:45:30 -05:00

5 lines
85 B
TypeScript

export declare class OnLoad {
onLoad(): Promise<void>;
getRoute(): string;
}