UNPKG

@vendure/ngx-translate-extract

Version:
6 lines (5 loc) 273 B
import { TranslationCollection } from '../utils/translation.collection.js'; export interface PostProcessorInterface { name: string; process(draft: TranslationCollection, extracted?: TranslationCollection, existing?: TranslationCollection): TranslationCollection; }