fix: แก้ type registeredBranchId ให้เป็น null ได้

This commit is contained in:
Net 2024-07-04 13:29:58 +07:00
parent 311ec7d2d0
commit bb00d8890a

View file

@ -55,7 +55,7 @@ export interface ServiceCreate {
image?: File;
status?: Status;
productTypeId: string;
registeredBranchId: string;
registeredBranchId: string | null;
}
export interface Attributes {