Variable translationsConst
translations: {
ru: {
body: string;
from_member: string;
signature: string;
statement_subheader: string;
statement_title: string;
tax_note: string;
to_chairman: string;
};
} = ...
Type Declaration
ru: {
body: string;
from_member: string;
signature: string;
statement_subheader: string;
statement_title: string;
tax_note: string;
to_chairman: string;
}