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 GetDomainConfig200Response */ export interface GetDomainConfig200Response { /** * * @type {any} * @memberof GetDomainConfig200Response */ _configuration: any | null; /** * * @type {any} * @memberof GetDomainConfig200Response */ status: any | null; /** * * @type {string} * @memberof GetDomainConfig200Response */ reason: string; /** * * @type {string} * @memberof GetDomainConfig200Response */ code: string; } /** * Check if a given object implements the GetDomainConfig200Response interface. */ export declare function instanceOfGetDomainConfig200Response(value: object): value is GetDomainConfig200Response; export declare function GetDomainConfig200ResponseFromJSON(json: any): GetDomainConfig200Response; export declare function GetDomainConfig200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDomainConfig200Response; export declare function GetDomainConfig200ResponseToJSON(json: any): GetDomainConfig200Response; export declare function GetDomainConfig200ResponseToJSONTyped(value?: GetDomainConfig200Response | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetDomainConfig200Response.d.ts.map