Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 447 Bytes

notion-types.numberformat.md

File metadata and controls

13 lines (8 loc) · 447 Bytes

Home > notion-types > NumberFormat

NumberFormat type

Types of number formatting supported by Notion

Signature:

export declare type NumberFormat = 'number_with_commas' | 'percent' | 'dollar' | 'euro' | 'pound' | 'yen' | 'rupee' | 'won' | 'yuan';