/** * 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 InlineResponse2003 */ export interface InlineResponse2003 { /** * * @type {boolean} * @memberof InlineResponse2003 */ covered: boolean; } export declare function InlineResponse2003FromJSON(json: any): InlineResponse2003; export declare function InlineResponse2003FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2003; export declare function InlineResponse2003ToJSON(value?: InlineResponse2003 | null): any;