File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
packages/notion-types/src Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,37 @@ export type NumberFormat =
69
69
| 'rupee'
70
70
| 'won'
71
71
| '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' ;
72
103
73
104
export type Role = 'editor' | 'reader' | 'none' | 'read_and_write'
74
105
You can’t perform that action at this time.
0 commit comments