From 0a4c897f9a3fa485ff2156a47eea0b0f38c01e3a Mon Sep 17 00:00:00 2001 From: almawang Date: Wed, 30 Jun 2021 17:21:49 -0400 Subject: [PATCH] Add support for url in returned Page object --- src/api-types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api-types.ts b/src/api-types.ts index 1ec683b3..890ae0dc 100644 --- a/src/api-types.ts +++ b/src/api-types.ts @@ -529,6 +529,7 @@ export interface Page { last_edited_time: string archived: boolean properties: PropertyValueMap + url: string } /*