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;
|
image?: File;
|
||||||
status?: Status;
|
status?: Status;
|
||||||
productTypeId: string;
|
productTypeId: string;
|
||||||
registeredBranchId: string;
|
registeredBranchId: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Attributes {
|
export interface Attributes {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue