Type alias TranslationBase

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

Type declaration

  • attribute: Record<string, string>
  • attribute_value: Record<string, string>
  • element: {
        [type: ElementType]: string;
    }
    • [type: ElementType]: string
  • group_header: {
        [title: string]: string;
    }
    • [title: string]: string

Generated using TypeDoc