UNPKG

fastcomments-sdk

Version:

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

40 lines 1.32 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 APICommentBaseMeta */ export interface APICommentBaseMeta { [key: string]: any | any; /** * * @type {string} * @memberof APICommentBaseMeta */ wpUserId?: string; /** * * @type {string} * @memberof APICommentBaseMeta */ wpPostId?: string; } /** * Check if a given object implements the APICommentBaseMeta interface. */ export declare function instanceOfAPICommentBaseMeta(value: object): value is APICommentBaseMeta; export declare function APICommentBaseMetaFromJSON(json: any): APICommentBaseMeta; export declare function APICommentBaseMetaFromJSONTyped(json: any, ignoreDiscriminator: boolean): APICommentBaseMeta; export declare function APICommentBaseMetaToJSON(json: any): APICommentBaseMeta; export declare function APICommentBaseMetaToJSONTyped(value?: APICommentBaseMeta | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=APICommentBaseMeta.d.ts.map