/** * 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. */ /** * * @export * @interface InlineResponse2004 */ export interface InlineResponse2004 { /** * * @type {string} * @memberof InlineResponse2004 */ feeAuthorization: string; } export declare function InlineResponse2004FromJSON(json: any): InlineResponse2004; export declare function InlineResponse2004FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2004; export declare function InlineResponse2004ToJSON(value?: InlineResponse2004 | null): any;