Interface RelationTranslation

interface RelationTranslation {
    fields: Record<string, FieldTranslation>;
    label: null | string;
}

Properties

Properties

fields: Record<string, FieldTranslation>
label: null | string

Generated using TypeDoc