/** * 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 InlineResponse2006 */ export interface InlineResponse2006 { /** * * @type {string} * @memberof InlineResponse2006 */ uuid: string; } export declare function InlineResponse2006FromJSON(json: any): InlineResponse2006; export declare function InlineResponse2006FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2006; export declare function InlineResponse2006ToJSON(value?: InlineResponse2006 | null): any;