mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
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:
@@ -28,7 +28,7 @@ export interface TaskInfo {
|
||||
mode?: string;
|
||||
pathname: string;
|
||||
type: string;
|
||||
update_type: string;
|
||||
update_type: TaskUpdateType;
|
||||
}
|
||||
|
||||
export enum TaskUpdateType {
|
||||
|
||||
Reference in New Issue
Block a user