mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-06-29 00:41:34 +02:00
Use DatabaseProperty
in DB props map
This commit is contained in:
@ -16,7 +16,7 @@ type Database struct {
|
||||
Properties DatabaseProperties `json:"properties"`
|
||||
}
|
||||
|
||||
type DatabaseProperties map[string]interface{}
|
||||
type DatabaseProperties map[string]DatabaseProperty
|
||||
|
||||
// Database property types.
|
||||
type (
|
||||
|
Reference in New Issue
Block a user