UNPKG

fastcomments-sdk

Version:

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

39 lines 1.47 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 GetDomainConfigsResponseAnyOf */ export interface GetDomainConfigsResponseAnyOf { /** * * @type {any} * @memberof GetDomainConfigsResponseAnyOf */ configurations: any | null; /** * * @type {any} * @memberof GetDomainConfigsResponseAnyOf */ status: any | null; } /** * Check if a given object implements the GetDomainConfigsResponseAnyOf interface. */ export declare function instanceOfGetDomainConfigsResponseAnyOf(value: object): value is GetDomainConfigsResponseAnyOf; export declare function GetDomainConfigsResponseAnyOfFromJSON(json: any): GetDomainConfigsResponseAnyOf; export declare function GetDomainConfigsResponseAnyOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDomainConfigsResponseAnyOf; export declare function GetDomainConfigsResponseAnyOfToJSON(json: any): GetDomainConfigsResponseAnyOf; export declare function GetDomainConfigsResponseAnyOfToJSONTyped(value?: GetDomainConfigsResponseAnyOf | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GetDomainConfigsResponseAnyOf.d.ts.map