red-ui/libs/red-domain/src/lib/redaction-log/manual-add.response.ts
2021-10-29 14:21:30 +03:00

5 lines
91 B
TypeScript

export interface IManualAddResponse {
annotationId?: string;
commentId?: number;
}