UNPKG

fastcomments-sdk

Version:

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

34 lines 1.31 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. */ import type { APIStatus } from './APIStatus'; /** * * @export * @interface APIEmptySuccessResponse */ export interface APIEmptySuccessResponse { /** * * @type {APIStatus} * @memberof APIEmptySuccessResponse */ status: APIStatus; } /** * Check if a given object implements the APIEmptySuccessResponse interface. */ export declare function instanceOfAPIEmptySuccessResponse(value: object): value is APIEmptySuccessResponse; export declare function APIEmptySuccessResponseFromJSON(json: any): APIEmptySuccessResponse; export declare function APIEmptySuccessResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): APIEmptySuccessResponse; export declare function APIEmptySuccessResponseToJSON(json: any): APIEmptySuccessResponse; export declare function APIEmptySuccessResponseToJSONTyped(value?: APIEmptySuccessResponse | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=APIEmptySuccessResponse.d.ts.map