Skip to content

Commit

Permalink
Add deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas committed Jun 13, 2021
1 parent ee4e5d8 commit eba1b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts4.1/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ type Subtract<T extends K, K> = Omit<T, keyof K>;

/**
* This interface can be augmented by users to add types to `react-i18next` default resources.
*
* @deprecated use the `resources` key of `CustomTypeOptions` instead
*/
export interface Resources {}
/**
Expand Down

0 comments on commit eba1b18

Please sign in to comment.