UNPKG

angular-t9n

Version:

A translation tool for Angular i18n

6 lines (4 loc) 184 B
import { TranslationTargetUnitResponse } from './translation-target-unit-response'; export interface OrphanMatchResponse extends TranslationTargetUnitResponse { distance: number; }