From 00bca260381ee2d9c1f2a664e697703971155597 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:08:06 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B8=A5=E0=B8=9A=20=20code=20=20?= =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/branch/types.ts | 2 -- src/stores/user/types.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index 7307ccf8..e57f63c0 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -25,12 +25,10 @@ export type Branch = { nameEN: string; name: string; taxNo: string; - code: string; id: string; }; export type BranchCreate = { - code: string; taxNo: string; nameEN: string; name: string; diff --git a/src/stores/user/types.ts b/src/stores/user/types.ts index cdb508a8..ac8fb2ac 100644 --- a/src/stores/user/types.ts +++ b/src/stores/user/types.ts @@ -35,7 +35,6 @@ export type User = { lastName: string; firstNameEN: string; firstName: string; - code: string; keycloakId: string; id: string; profileImageUrl: string; @@ -61,7 +60,6 @@ export type UserCreate = { retireDate?: Date; startDate?: Date; registrationNo?: string; - code?: string; lastNameEN: string; lastName: string; firstNameEN: string;