fix: แก้ type
This commit is contained in:
parent
b063f6aaca
commit
2a684790d2
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue