UNPKG

fastcomments-sdk

Version:

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

39 lines 1.43 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 RemoveCommentActionResponse */ export interface RemoveCommentActionResponse { /** * * @type {string} * @memberof RemoveCommentActionResponse */ status: string; /** * * @type {string} * @memberof RemoveCommentActionResponse */ action: string; } /** * Check if a given object implements the RemoveCommentActionResponse interface. */ export declare function instanceOfRemoveCommentActionResponse(value: object): value is RemoveCommentActionResponse; export declare function RemoveCommentActionResponseFromJSON(json: any): RemoveCommentActionResponse; export declare function RemoveCommentActionResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): RemoveCommentActionResponse; export declare function RemoveCommentActionResponseToJSON(json: any): RemoveCommentActionResponse; export declare function RemoveCommentActionResponseToJSONTyped(value?: RemoveCommentActionResponse | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=RemoveCommentActionResponse.d.ts.map