fix: แก้ type registeredBranchId ให้เป็น null ได้
This commit is contained in:
parent
311ec7d2d0
commit
bb00d8890a
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export interface ServiceCreate {
|
|||
image?: File;
|
||||
status?: Status;
|
||||
productTypeId: string;
|
||||
registeredBranchId: string;
|
||||
registeredBranchId: string | null;
|
||||
}
|
||||
|
||||
export interface Attributes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue