diff --git a/src/controllers/02-user-controller.ts b/src/controllers/02-user-controller.ts index c663b74..e05fcd1 100644 --- a/src/controllers/02-user-controller.ts +++ b/src/controllers/02-user-controller.ts @@ -132,6 +132,7 @@ type UserCreate = { provinceText?: string | null; provinceTextEN?: string | null; provinceId?: string | null; + zipCodeText?: string | null; selectedImage?: string; @@ -203,6 +204,7 @@ type UserUpdate = { provinceText?: string | null; provinceTextEN?: string | null; provinceId?: string | null; + zipCodeText?: string | null; branchId?: string | string[];