Interface FieldTranslation

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

Properties

Properties

label: string
values: Record<string, FieldValueTranslation>

Generated using TypeDoc