Skip to content

Commit d274bca

Browse files
committed
add number format types
1 parent c51a013 commit d274bca

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

packages/notion-types/src/core.ts

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,37 @@ export type NumberFormat =
6969
| 'rupee'
7070
| 'won'
7171
| 'yuan'
72+
| 'argentine_peso'
73+
| 'baht'
74+
| 'canadian_dollar'
75+
| 'chilean_peso'
76+
| 'colombian_peso'
77+
| 'danish_krone'
78+
| 'dirham'
79+
| 'forint'
80+
| 'franc'
81+
| 'hong_kong_dollar'
82+
| 'koruna'
83+
| 'krona'
84+
| 'leu'
85+
| 'lira'
86+
| 'mexican_peso'
87+
| 'new_taiwan_dollar'
88+
| 'new_zealand_dollar'
89+
| 'norwegian_krone'
90+
| 'number'
91+
| 'philippine_peso'
92+
| 'peruvian_sol'
93+
| 'rand'
94+
| 'real'
95+
| 'ringgit'
96+
| 'riyal'
97+
| 'ruble'
98+
| 'rupiah'
99+
| 'shekel'
100+
| 'singapore_dollar'
101+
| 'uruguayan_peso'
102+
| 'zloty';
72103

73104
export type Role = 'editor' | 'reader' | 'none' | 'read_and_write'
74105

0 commit comments

Comments
 (0)