UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 267 B
export interface ISOCountryCode { name: string; alpha2: string; alpha3: string; numeric: `${number}`; altName?: string; shortName?: string; } export declare const isoCountryCodes: ISOCountryCode[]; //# sourceMappingURL=ISOCountryCodes.d.ts.map