We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NumberPropertyConfig.Format
1 parent 60fadc2 commit 5f3b402Copy full SHA for 5f3b402
property_config.go
@@ -32,11 +32,9 @@ func (p RichTextPropertyConfig) GetType() PropertyConfigType {
32
}
33
34
type NumberPropertyConfig struct {
35
- ID ObjectID `json:"id,omitempty"`
36
- Type PropertyConfigType `json:"type"`
37
- // Deprecated: use Number instead.
38
- Format FormatType `json:"format,omitempty"`
39
- Number NumberFormat `json:"number"`
+ ID ObjectID `json:"id,omitempty"`
+ Type PropertyConfigType `json:"type"`
+ Number NumberFormat `json:"number"`
40
41
42
type FormatType string
0 commit comments