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