From 98bb78a69b6222a8f25287221bc787aa37be7950 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:46:05 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1=20=20type=20=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/employee/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stores/employee/types.ts b/src/stores/employee/types.ts index 42932fd5..8213b363 100644 --- a/src/stores/employee/types.ts +++ b/src/stores/employee/types.ts @@ -52,11 +52,11 @@ export type Employee = { }; export type EmployeeCreate = { + + code: string; image: File | null; customerBranchId: string; - status?: Status; - nrcNo: string; dateOfBirth: Date | null;