fix: แก้ type

This commit is contained in:
Net 2024-06-20 18:01:47 +07:00
parent b063f6aaca
commit 2a684790d2

View file

@ -77,6 +77,13 @@ export interface ProductOnWork {
order: number;
}
export interface WorkItems {
id: string;
name: string;
attributes: Attributes;
product: (ProductList & { nameEn: string })[];
}
export interface ProductList {
remark: string;
updatedAt: string;