/** Info about the reseller. */ export interface IResellerInfo { /** Gets or sets the address. */ address: string; /** Gets or sets the contact email. */ contactEmail: string; /** Gets or sets the name. */ name: string; /** Gets or sets the SVG logo. */ svgLogo: string; /** Gets or sets the telephone number. */ telephoneNumber: string; } //# sourceMappingURL=reseller_info.d.ts.map