UNPKG

fastcomments-sdk

Version:

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

34 lines 1.46 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 DeleteFeedPostPublicResponseAnyOf */ export interface DeleteFeedPostPublicResponseAnyOf { /** * * @type {APIStatus} * @memberof DeleteFeedPostPublicResponseAnyOf */ status: APIStatus; } /** * Check if a given object implements the DeleteFeedPostPublicResponseAnyOf interface. */ export declare function instanceOfDeleteFeedPostPublicResponseAnyOf(value: object): value is DeleteFeedPostPublicResponseAnyOf; export declare function DeleteFeedPostPublicResponseAnyOfFromJSON(json: any): DeleteFeedPostPublicResponseAnyOf; export declare function DeleteFeedPostPublicResponseAnyOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeleteFeedPostPublicResponseAnyOf; export declare function DeleteFeedPostPublicResponseAnyOfToJSON(json: any): DeleteFeedPostPublicResponseAnyOf; export declare function DeleteFeedPostPublicResponseAnyOfToJSONTyped(value?: DeleteFeedPostPublicResponseAnyOf | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=DeleteFeedPostPublicResponseAnyOf.d.ts.map