fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
45 lines • 1.59 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 GetDomainConfigsResponseAnyOf1
*/
export interface GetDomainConfigsResponseAnyOf1 {
/**
*
* @type {string}
* @memberof GetDomainConfigsResponseAnyOf1
*/
reason: string;
/**
*
* @type {string}
* @memberof GetDomainConfigsResponseAnyOf1
*/
code: string;
/**
*
* @type {any}
* @memberof GetDomainConfigsResponseAnyOf1
*/
status: any | null;
}
/**
* Check if a given object implements the GetDomainConfigsResponseAnyOf1 interface.
*/
export declare function instanceOfGetDomainConfigsResponseAnyOf1(value: object): value is GetDomainConfigsResponseAnyOf1;
export declare function GetDomainConfigsResponseAnyOf1FromJSON(json: any): GetDomainConfigsResponseAnyOf1;
export declare function GetDomainConfigsResponseAnyOf1FromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDomainConfigsResponseAnyOf1;
export declare function GetDomainConfigsResponseAnyOf1ToJSON(json: any): GetDomainConfigsResponseAnyOf1;
export declare function GetDomainConfigsResponseAnyOf1ToJSONTyped(value?: GetDomainConfigsResponseAnyOf1 | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetDomainConfigsResponseAnyOf1.d.ts.map