fix: แก้ type

This commit is contained in:
Net 2024-06-24 16:24:08 +07:00
parent 856b38ebea
commit 2848796527

View file

@ -47,6 +47,7 @@ export interface ServiceCreate {
name: string; name: string;
code: string; code: string;
image?: File; image?: File;
status?: Status;
} }
export interface Attributes { export interface Attributes {