Interface RelationTranslation

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

Properties

Properties

fields: Record<string, FieldTranslation>
label: string

Generated using TypeDoc