UNPKG

fastcomments-sdk

Version:

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

51 lines 1.58 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 AddDomainConfigResponse */ export interface AddDomainConfigResponse { /** * * @type {string} * @memberof AddDomainConfigResponse */ reason: string; /** * * @type {string} * @memberof AddDomainConfigResponse */ code: string; /** * * @type {any} * @memberof AddDomainConfigResponse */ status: any | null; /** * * @type {any} * @memberof AddDomainConfigResponse */ _configuration: any | null; } /** * Check if a given object implements the AddDomainConfigResponse interface. */ export declare function instanceOfAddDomainConfigResponse(value: object): value is AddDomainConfigResponse; export declare function AddDomainConfigResponseFromJSON(json: any): AddDomainConfigResponse; export declare function AddDomainConfigResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddDomainConfigResponse; export declare function AddDomainConfigResponseToJSON(json: any): AddDomainConfigResponse; export declare function AddDomainConfigResponseToJSONTyped(value?: AddDomainConfigResponse | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AddDomainConfigResponse.d.ts.map