mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
n8n-3867-progressively-apply-prettier-to-all (#3873)
* 🔨 formatting nodes with prettier
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
export interface IItem {
|
||||
description?: string;
|
||||
price?: number;
|
||||
@@ -8,18 +6,18 @@ export interface IItem {
|
||||
}
|
||||
|
||||
export interface IShippingAddress {
|
||||
company?: string;
|
||||
country_code?: string;
|
||||
first_name?: string;
|
||||
last_name?: string;
|
||||
line1?: string;
|
||||
line2?: string;
|
||||
locality?: string;
|
||||
middle_name?: string;
|
||||
postal_code?: string;
|
||||
region?: string;
|
||||
zip_code?: string;
|
||||
zip_four?: string;
|
||||
company?: string;
|
||||
country_code?: string;
|
||||
first_name?: string;
|
||||
last_name?: string;
|
||||
line1?: string;
|
||||
line2?: string;
|
||||
locality?: string;
|
||||
middle_name?: string;
|
||||
postal_code?: string;
|
||||
region?: string;
|
||||
zip_code?: string;
|
||||
zip_four?: string;
|
||||
}
|
||||
|
||||
export interface IEcommerceOrder {
|
||||
|
||||
Reference in New Issue
Block a user