Skip to content

Commit 36e3e78

Browse files
committed
fix(dateFieldName): remove incorrect union type value
1 parent 19e0ae5 commit 36e3e78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cldr.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ export interface DateFieldNameOptions {
3939
/**
4040
* Specifies the type of names.
4141
*/
42-
type: 'dayPeriods' |
43-
'era' |
42+
type: 'era' |
4443
'year' |
4544
'quarter' |
4645
'month' |

0 commit comments

Comments
 (0)