23.1_File_block - fasteiner/Notion GitHub Wiki
Block: File_block
classDiagram
class notion_file_block {
[notion_blocktype] $type = "file"
[notion_file]$file
ConvertFromObject()
}
`notion_block` --|> `notion_file_block`:inherits
`notion_file` <.. `notion_file_block`:uses