Fixed linting and tags information

This commit is contained in:
Omar Ajoue
2021-08-04 18:38:48 +02:00
parent caa6a3d234
commit dd034f2143
4 changed files with 15 additions and 10 deletions

View File

@@ -13,5 +13,5 @@ export interface IImage {
}
export interface IProduct {
[index: string]: any
[index: string]: string | number | string[] | number[] | IDataObject | IDataObject[] | IImage[] | IDimension;
}