mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-11 11:13:12 +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:
co-authored by
John Tapsell
parent
e7d9049051
commit
d49f3a51a9
@@ -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