24_PDF - fasteiner/Notion GitHub Wiki
Block: PDF
classDiagram
class notion_PDF_block {
[notion_blocktype] $type = "pdf"
[notion_file] $pdf
ConvertFromObject()
}
`notion_file` <.. `notion_PDF_block`:uses
`notion_block` --|> `notion_PDF_block`:inherits