/** * 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 InlineResponse2005 */ export interface InlineResponse2005 { /** * * @type {string} * @memberof InlineResponse2005 */ publicKey: string; /** * * @type {string} * @memberof InlineResponse2005 */ keyId: string; } export declare function InlineResponse2005FromJSON(json: any): InlineResponse2005; export declare function InlineResponse2005FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2005; export declare function InlineResponse2005ToJSON(value?: InlineResponse2005 | null): any;