UNPKG

fastcomments-sdk

Version:

FastComments API Client - A SDK for interacting with the FastComments API

51 lines 1.64 kB
/** * 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 AddDomainConfig200Response */ export interface AddDomainConfig200Response { /** * * @type {string} * @memberof AddDomainConfig200Response */ reason: string; /** * * @type {string} * @memberof AddDomainConfig200Response */ code: string; /** * * @type {any} * @memberof AddDomainConfig200Response */ status: any | null; /** * * @type {any} * @memberof AddDomainConfig200Response */ _configuration: any | null; } /** * Check if a given object implements the AddDomainConfig200Response interface. */ export declare function instanceOfAddDomainConfig200Response(value: object): value is AddDomainConfig200Response; export declare function AddDomainConfig200ResponseFromJSON(json: any): AddDomainConfig200Response; export declare function AddDomainConfig200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddDomainConfig200Response; export declare function AddDomainConfig200ResponseToJSON(json: any): AddDomainConfig200Response; export declare function AddDomainConfig200ResponseToJSONTyped(value?: AddDomainConfig200Response | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AddDomainConfig200Response.d.ts.map