/** * 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 InlineResponse2007 */ export interface InlineResponse2007 { /** * * @type {Array<{ [key: string]: object; }>} * @memberof InlineResponse2007 */ records: Array<{ [key: string]: object; }>; } export declare function InlineResponse2007FromJSON(json: any): InlineResponse2007; export declare function InlineResponse2007FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2007; export declare function InlineResponse2007ToJSON(value?: InlineResponse2007 | null): any;