declare type ErrorType = { is_error?: boolean, error_status?: number, error_message?: string, } declare type NotionErrorResponse = { status: string, statusText: string } declare type NotionItemArg = { id: string, authToken: string } declare type NotionPageArg = NotionItemArg declare type NotionBlockArg = NotionItemArg