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

Interface BaseTextValueType

src/types.ts:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104export interface BaseTextValueType extends BaseValueType {
105 properties?: {
106 title: DecorationType[];
107 };
108 format?: {
109 block_color: ColorType;
110 };
111}
112
113interface BookmarkValueType extends BaseValueType {
114 type: "bookmark";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected