UNPKG

fastcomments-sdk

Version:

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

39 lines 1.38 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 ModerationExportResponse */ export interface ModerationExportResponse { /** * * @type {string} * @memberof ModerationExportResponse */ status: string; /** * * @type {string} * @memberof ModerationExportResponse */ batchJobId: string; } /** * Check if a given object implements the ModerationExportResponse interface. */ export declare function instanceOfModerationExportResponse(value: object): value is ModerationExportResponse; export declare function ModerationExportResponseFromJSON(json: any): ModerationExportResponse; export declare function ModerationExportResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ModerationExportResponse; export declare function ModerationExportResponseToJSON(json: any): ModerationExportResponse; export declare function ModerationExportResponseToJSONTyped(value?: ModerationExportResponse | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ModerationExportResponse.d.ts.map