fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
33 lines • 1.27 kB
TypeScript
/**
* 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 BlockFromCommentParams
*/
export interface BlockFromCommentParams {
/**
*
* @type {Array<string>}
* @memberof BlockFromCommentParams
*/
commentIdsToCheck?: Array<string>;
}
/**
* Check if a given object implements the BlockFromCommentParams interface.
*/
export declare function instanceOfBlockFromCommentParams(value: object): value is BlockFromCommentParams;
export declare function BlockFromCommentParamsFromJSON(json: any): BlockFromCommentParams;
export declare function BlockFromCommentParamsFromJSONTyped(json: any, ignoreDiscriminator: boolean): BlockFromCommentParams;
export declare function BlockFromCommentParamsToJSON(json: any): BlockFromCommentParams;
export declare function BlockFromCommentParamsToJSONTyped(value?: BlockFromCommentParams | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=BlockFromCommentParams.d.ts.map