UNPKG

fastcomments-sdk

Version:

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

39 lines 1.52 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 GetDomainConfigs200ResponseAnyOf */ export interface GetDomainConfigs200ResponseAnyOf { /** * * @type {any} * @memberof GetDomainConfigs200ResponseAnyOf */ configurations: any | null; /** * * @type {any} * @memberof GetDomainConfigs200ResponseAnyOf */ status: any | null; } /** * Check if a given object implements the GetDomainConfigs200ResponseAnyOf interface. */ export declare function instanceOfGetDomainConfigs200ResponseAnyOf(value: object): value is GetDomainConfigs200ResponseAnyOf; export declare function GetDomainConfigs200ResponseAnyOfFromJSON(json: any): GetDomainConfigs200ResponseAnyOf; export declare function GetDomainConfigs200ResponseAnyOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDomainConfigs200ResponseAnyOf; export declare function GetDomainConfigs200ResponseAnyOfToJSON(json: any): GetDomainConfigs200ResponseAnyOf; export declare function GetDomainConfigs200ResponseAnyOfToJSONTyped(value?: GetDomainConfigs200ResponseAnyOf | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetDomainConfigs200ResponseAnyOf.d.ts.map