/* tslint:disable */
/* eslint-disable */
/**
* Cardano Wallet Backend API
*

*
* OpenAPI spec version: 2021.3.4
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
* @export
* @interface InlineResponse2023
*/
export interface InlineResponse2023 {
/**
* A Shelley address representing either enterprise, reward account or delegating address
* @type {string}
* @memberof InlineResponse2023
*/
address: any;
}