Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 378 Bytes

notion-types.formulavaluetype.md

File metadata and controls

11 lines (7 loc) · 378 Bytes

Home > notion-types > FormulaValueType

FormulaValueType type

Signature:

export declare type FormulaValueType = 'string' | 'number' | 'boolean' | 'date' | FormulaConstantType;