/** * 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. */ import { CustomNetworkResponse } from './CustomNetworkResponse'; /** * * @export * @interface InlineResponse200 */ export interface InlineResponse200 { /** * * @type {Array} * @memberof InlineResponse200 */ customNetworks?: Array; } export declare function InlineResponse200FromJSON(json: any): InlineResponse200; export declare function InlineResponse200FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse200; export declare function InlineResponse200ToJSON(value?: InlineResponse200 | null): any;