5 lines
107 B
TypeScript
Raw Permalink Normal View History

export declare class OnUpdate {
onUpdate(timeSinceLastRun: number): boolean;
getRoute(): string;
}