/** * 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 InlineResponse2001 */ export interface InlineResponse2001 { /** * * @type {boolean} * @memberof InlineResponse2001 */ success?: boolean; } export declare function InlineResponse2001FromJSON(json: any): InlineResponse2001; export declare function InlineResponse2001FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2001; export declare function InlineResponse2001ToJSON(value?: InlineResponse2001 | null): any;