Skip to content

Commit

Permalink
chore: add types for Options πŸš€
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <[email protected]>
  • Loading branch information
vinayakkulkarni committed May 19, 2024
1 parent 390cc9d commit f838751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export type RequiredOptions = {
locales: Intl.LocalesArgument;
};

0 comments on commit f838751

Please sign in to comment.