Remove unused
This commit is contained in:
parent
0752800ecf
commit
0a9f7b8635
1 changed files with 0 additions and 5 deletions
|
@ -18,11 +18,6 @@ const LOCAL_FILES_UPDATED_DEBOUNCE_SEC = 30;
|
|||
|
||||
export type JobState = "Scheduled" | "Running" | "NotScheduled";
|
||||
|
||||
export interface JobConfig {
|
||||
intervalSec: number;
|
||||
backoffMultiplier: number;
|
||||
}
|
||||
|
||||
export interface MLSyncJobResult {
|
||||
shouldBackoff: boolean;
|
||||
mlSyncResult: MLSyncResult;
|
||||
|
|
Loading…
Add table
Reference in a new issue