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