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;
code: string;
image?: File;
status?: Status;
}
export interface Attributes {