String.Format не работает в TypeScript

String.Format не работает в.TypeScript

Ошибка:

The property 'format' does not exist on value of type 
 '{ prototype: String; fromCharCode(...codes: number[]): string; 
 (value?: any): string; new(value?: any): String; }'.
attributes["Title"] = String.format(
    Settings.labelKeyValuePhraseCollection["[WAIT DAYS]"],
    originalAttributes.Days
);

Ответы на вопрос(6)

Ваш ответ на вопрос