signal-desktop/patches/@formatjs+intl+2.6.7.patch

18 lines
632 B
Diff
Raw Normal View History

2022-11-22 22:46:21 +00:00
diff --git a/node_modules/@formatjs/intl/src/types.d.ts b/node_modules/@formatjs/intl/src/types.d.ts
index e36094c..2ee473e 100644
2022-11-22 22:46:21 +00:00
--- a/node_modules/@formatjs/intl/src/types.d.ts
+++ b/node_modules/@formatjs/intl/src/types.d.ts
@@ -8,10 +8,8 @@ import { DEFAULT_INTL_CONFIG } from './utils';
import { NumberFormatOptions } from '@formatjs/ecma402-abstract';
declare global {
namespace FormatjsIntl {
- interface Message {
- }
- interface IntlConfig {
- }
+ interface Message { ids?: string }
+ interface IntlConfig { locale?: string }
interface Formats {
}
}