Type Alias TranslationBase
TranslationBase: { attribute: Record<string, string>; attribute_value: Record<string, string>; element: { [type: Type | `${string}-${Type}`]: string }; group_header: { [title: string]: string };} Type declaration
attribute: Record<string, string>
attribute_value: Record<string, string>
element: { [type: Type | `${string}-${Type}`]: string }
group_header: { [title: string]: string }