UNPKG

fastcomments-sdk

Version:

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

45 lines 1.62 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 GetDomainConfig200ResponseAnyOf1 */ export interface GetDomainConfig200ResponseAnyOf1 { /** * * @type {string} * @memberof GetDomainConfig200ResponseAnyOf1 */ reason: string; /** * * @type {string} * @memberof GetDomainConfig200ResponseAnyOf1 */ code: string; /** * * @type {any} * @memberof GetDomainConfig200ResponseAnyOf1 */ status: any | null; } /** * Check if a given object implements the GetDomainConfig200ResponseAnyOf1 interface. */ export declare function instanceOfGetDomainConfig200ResponseAnyOf1(value: object): value is GetDomainConfig200ResponseAnyOf1; export declare function GetDomainConfig200ResponseAnyOf1FromJSON(json: any): GetDomainConfig200ResponseAnyOf1; export declare function GetDomainConfig200ResponseAnyOf1FromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDomainConfig200ResponseAnyOf1; export declare function GetDomainConfig200ResponseAnyOf1ToJSON(json: any): GetDomainConfig200ResponseAnyOf1; export declare function GetDomainConfig200ResponseAnyOf1ToJSONTyped(value?: GetDomainConfig200ResponseAnyOf1 | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetDomainConfig200ResponseAnyOf1.d.ts.map