UNPKG

fastcomments-sdk

Version:

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

40 lines 1.45 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 UpdatableCommentParamsMeta */ export interface UpdatableCommentParamsMeta { [key: string]: any | any; /** * * @type {string} * @memberof UpdatableCommentParamsMeta */ wpUserId?: string; /** * * @type {string} * @memberof UpdatableCommentParamsMeta */ wpPostId?: string; } /** * Check if a given object implements the UpdatableCommentParamsMeta interface. */ export declare function instanceOfUpdatableCommentParamsMeta(value: object): value is UpdatableCommentParamsMeta; export declare function UpdatableCommentParamsMetaFromJSON(json: any): UpdatableCommentParamsMeta; export declare function UpdatableCommentParamsMetaFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdatableCommentParamsMeta; export declare function UpdatableCommentParamsMetaToJSON(json: any): UpdatableCommentParamsMeta; export declare function UpdatableCommentParamsMetaToJSONTyped(value?: UpdatableCommentParamsMeta | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=UpdatableCommentParamsMeta.d.ts.map