fix(plugin): api types

This commit is contained in:
Charlie
2025-09-25 13:21:43 +08:00
parent 3d8d200c2c
commit 2809f78574

View File

@@ -190,7 +190,8 @@ export interface BlockEntity {
format: 'markdown' | 'org'
parent: IEntityID
title: string
content?: string // @deprecated. Use :title instead!
fullTitle: string // replace block reference uuid with title text
content?: string // @deprecated. use :title instead!
page: IEntityID // owner page
createdAt: number
updatedAt: number