| 102 | } |
| 103 | |
| 104 | export interface BaseTextValueType extends BaseValueType { |
| 105 | properties?: { |
| 106 | title: DecorationType[]; |
| 107 | }; |
| 108 | format?: { |
| 109 | block_color: ColorType; |
| 110 | }; |
| 111 | } |
| 112 | |
| 113 | interface BookmarkValueType extends BaseValueType { |
| 114 | type: "bookmark"; |
nothing calls this directly
no outgoing calls
no test coverage detected