UNPKG

fastcomments-sdk

Version:

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

33 lines 1.3 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 UnBlockFromCommentParams */ export interface UnBlockFromCommentParams { /** * * @type {Array<string>} * @memberof UnBlockFromCommentParams */ commentIdsToCheck?: Array<string>; } /** * Check if a given object implements the UnBlockFromCommentParams interface. */ export declare function instanceOfUnBlockFromCommentParams(value: object): value is UnBlockFromCommentParams; export declare function UnBlockFromCommentParamsFromJSON(json: any): UnBlockFromCommentParams; export declare function UnBlockFromCommentParamsFromJSONTyped(json: any, ignoreDiscriminator: boolean): UnBlockFromCommentParams; export declare function UnBlockFromCommentParamsToJSON(json: any): UnBlockFromCommentParams; export declare function UnBlockFromCommentParamsToJSONTyped(value?: UnBlockFromCommentParams | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=UnBlockFromCommentParams.d.ts.map