fix: แก้ type
This commit is contained in:
parent
c65e2b535d
commit
87f0973186
1 changed files with 4 additions and 3 deletions
|
|
@ -52,15 +52,16 @@ type AdditionalType = 'string' | 'number' | 'boolean' | Date;
|
|||
// Product
|
||||
|
||||
export interface ServiceById {
|
||||
work: Work & { productOnWork: ProductOnWork[] }[];
|
||||
work: (Work & { productOnWork: ProductOnWork[] })[];
|
||||
updatedAt: string;
|
||||
updateBy: string;
|
||||
createdAt: string;
|
||||
createdBy: string;
|
||||
status: Status;
|
||||
attributes: string;
|
||||
attributes: Attributes;
|
||||
detail: string;
|
||||
name: string;
|
||||
order: number;
|
||||
code: string;
|
||||
id: string;
|
||||
imageUrl: 'string';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue