/** * Dashboard API * Dashboard API documentation * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses } from './SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses'; /** * * @export * @interface InlineObject1 */ export interface InlineObject1 { /** * * @type {Array} * @memberof InlineObject1 */ additionalAddresses: Array; } export declare function InlineObject1FromJSON(json: any): InlineObject1; export declare function InlineObject1FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineObject1; export declare function InlineObject1ToJSON(value?: InlineObject1 | null): any;