mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Fixed linting and tags information
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user