UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 440 B
export interface MutableWebsiteCollectionDTO { has_storefront_on_marketplace_platform?: boolean; status_declaration?: string; url?: string; urls: Array<string>; } export declare namespace MutableWebsiteCollectionDTO { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=mutableWebsiteCollectionDTO.d.ts.map