/** * Model: DeleteComment200Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface DeleteComment200Response { /** The status of the request. */ status: StatusEnum; /** For successful requests, this value is always `false`. */ error: boolean; } export type StatusEnum = '200'; //# sourceMappingURL=delete-comment200-response.d.ts.map