From caa598225ba128ae4b06afc075ab22611c8e9c78 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:07:42 +0700 Subject: [PATCH] feat: add urgent type --- src/stores/task-order/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/task-order/types.ts b/src/stores/task-order/types.ts index e3ca337f..98afe3aa 100644 --- a/src/stores/task-order/types.ts +++ b/src/stores/task-order/types.ts @@ -29,6 +29,7 @@ export enum TaskStatus { export interface TaskOrder { createdBy: CreatedBy; + urgent: boolean; registeredBranch: Branch; taskProduct: { productId: string;