Interface FieldTranslation

interface FieldTranslation {
    label: null | string;
    values: Record<string, FieldValueTranslation>;
}

Properties

Properties

label: null | string
values: Record<string, FieldValueTranslation>

Generated using TypeDoc