fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
51 lines • 1.67 kB
TypeScript
/**
* fastcomments
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.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 PatchDomainConfig200Response
*/
export interface PatchDomainConfig200Response {
/**
*
* @type {any}
* @memberof PatchDomainConfig200Response
*/
_configuration: any | null;
/**
*
* @type {any}
* @memberof PatchDomainConfig200Response
*/
status: any | null;
/**
*
* @type {string}
* @memberof PatchDomainConfig200Response
*/
reason: string;
/**
*
* @type {string}
* @memberof PatchDomainConfig200Response
*/
code: string;
}
/**
* Check if a given object implements the PatchDomainConfig200Response interface.
*/
export declare function instanceOfPatchDomainConfig200Response(value: object): value is PatchDomainConfig200Response;
export declare function PatchDomainConfig200ResponseFromJSON(json: any): PatchDomainConfig200Response;
export declare function PatchDomainConfig200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchDomainConfig200Response;
export declare function PatchDomainConfig200ResponseToJSON(json: any): PatchDomainConfig200Response;
export declare function PatchDomainConfig200ResponseToJSONTyped(value?: PatchDomainConfig200Response | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PatchDomainConfig200Response.d.ts.map