UNPKG

fastcomments-sdk

Version:

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

33 lines 1.21 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 CommentsByIdsParams */ export interface CommentsByIdsParams { /** * * @type {Array<string>} * @memberof CommentsByIdsParams */ ids: Array<string>; } /** * Check if a given object implements the CommentsByIdsParams interface. */ export declare function instanceOfCommentsByIdsParams(value: object): value is CommentsByIdsParams; export declare function CommentsByIdsParamsFromJSON(json: any): CommentsByIdsParams; export declare function CommentsByIdsParamsFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommentsByIdsParams; export declare function CommentsByIdsParamsToJSON(json: any): CommentsByIdsParams; export declare function CommentsByIdsParamsToJSONTyped(value?: CommentsByIdsParams | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CommentsByIdsParams.d.ts.map