UNPKG

fastcomments-sdk

Version:

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

51 lines 1.65 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 GetDomainConfigs200Response */ export interface GetDomainConfigs200Response { /** * * @type {any} * @memberof GetDomainConfigs200Response */ configurations: any | null; /** * * @type {any} * @memberof GetDomainConfigs200Response */ status: any | null; /** * * @type {string} * @memberof GetDomainConfigs200Response */ reason: string; /** * * @type {string} * @memberof GetDomainConfigs200Response */ code: string; } /** * Check if a given object implements the GetDomainConfigs200Response interface. */ export declare function instanceOfGetDomainConfigs200Response(value: object): value is GetDomainConfigs200Response; export declare function GetDomainConfigs200ResponseFromJSON(json: any): GetDomainConfigs200Response; export declare function GetDomainConfigs200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDomainConfigs200Response; export declare function GetDomainConfigs200ResponseToJSON(json: any): GetDomainConfigs200Response; export declare function GetDomainConfigs200ResponseToJSONTyped(value?: GetDomainConfigs200Response | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetDomainConfigs200Response.d.ts.map