Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit eb60156

Browse files
committed
👕 update(flowtype): remove unneccesary type
1 parent 39234d5 commit eb60156

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

decls/i18n.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ declare interface I18n {
103103
n (value: number, ...args: any): NumberFormatResult
104104
};
105105

106-
declare type FormatterOptions = { [key: string]: any };
107-
108106
declare interface Formatter {
109107
interpolate (message: string, values: any): Array<any>
110108
};

0 commit comments

Comments
 (0)