5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
|
export declare class OnUpdate {
|
||
|
onUpdate(timeSinceLastRun: number): Promise<boolean>;
|
||
|
getRoute(): string;
|
||
|
}
|