Minor: Set the proper typescript type for TaskInfo.update_type (#1490)

Co-authored-by: John Tapsell <john.tapsell@tegria.com>
This commit is contained in:
John Tapsell
2023-02-11 15:25:24 -08:00
committed by GitHub
parent e7d9049051
commit d49f3a51a9
+1 -1
View File
@@ -28,7 +28,7 @@ export interface TaskInfo {
mode?: string;
pathname: string;
type: string;
update_type: string;
update_type: TaskUpdateType;
}
export enum TaskUpdateType {