fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
33 lines • 1.33 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 GetCommentsForUserResponse
*/
export interface GetCommentsForUserResponse {
/**
*
* @type {Array<string>}
* @memberof GetCommentsForUserResponse
*/
moderatingTenantIds?: Array<string>;
}
/**
* Check if a given object implements the GetCommentsForUserResponse interface.
*/
export declare function instanceOfGetCommentsForUserResponse(value: object): value is GetCommentsForUserResponse;
export declare function GetCommentsForUserResponseFromJSON(json: any): GetCommentsForUserResponse;
export declare function GetCommentsForUserResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCommentsForUserResponse;
export declare function GetCommentsForUserResponseToJSON(json: any): GetCommentsForUserResponse;
export declare function GetCommentsForUserResponseToJSONTyped(value?: GetCommentsForUserResponse | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCommentsForUserResponse.d.ts.map