Interface FactSheetFieldsTranslation

interface FactSheetFieldsTranslation {
    [fieldName: string]: FieldTranslation;
}

Indexable

[fieldName: string]: FieldTranslation

Generated using TypeDoc