MCPcopy
hub / github.com/splitbee/react-notion / BookmarkValueType

Interface BookmarkValueType

src/types.ts:113–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113interface BookmarkValueType extends BaseValueType {
114 type: "bookmark";
115 properties: {
116 link: DecorationType[];
117 title?: DecorationType[];
118 description?: DecorationType[];
119 };
120 format?: {
121 block_color?: string;
122 bookmark_icon: string;
123 bookmark_cover: string;
124 };
125}
126
127interface TextValueType extends BaseTextValueType {
128 type: "text";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected