export interface IRecategorizationRequest { readonly annotationId?: string; readonly comment?: string; readonly type?: string; }