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

@@ -46,7 +46,7 @@ export interface ICouponLine {
}
export interface IOrder {
[index: string]: any
[index: string]: any; // tslint:disable-line:no-any
billing?: IAddress;
coupon_lines?: ICouponLine[];
currency?: string;