declare type NotionBlockType = { object: string; id: string; has_children: boolean; children: NotionBlockType[]; }; declare type NotionBlockResponseType = ErrorType & { block?: NotionBlockType; }; //# sourceMappingURL=NotionBlockType.d.ts.map