More typescript conversion
This commit is contained in:
parent
6d92953311
commit
a839d0f396
13 changed files with 166 additions and 93 deletions
|
@ -112,7 +112,7 @@ export interface IVariables {
|
|||
[key: string]: SubstitutionValue;
|
||||
}
|
||||
|
||||
type Tags = Record<string, SubstitutionValue>;
|
||||
export type Tags = Record<string, SubstitutionValue>;
|
||||
|
||||
export type TranslatedString = string | React.ReactNode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue