09_Child_Database - fasteiner/Notion GitHub Wiki
Block:Child_database
classDiagram
class child_database_structure {
[string] $title = $null
ConvertFromObject()
}
class notion_child_database_block {
[notion_blocktype] $type = "child_database"
[child_database_structure] $child_database
ConvertFromObject()
}
`child_database_structure` <.. `notion_child_database_block`:uses
`notion_block` --|> `notion_child_database_block`:inherits