declare type NotionChildrenBlockType = { type: string, object: string, results: NotionBlockType[], next_cursor: string, has_more: boolean } declare type NotionChildrenBlockResponseType = ErrorType & { block?: NotionChildrenBlockType }