Skip to content

Commit

Permalink
Add support for url in returned Page object
Browse files Browse the repository at this point in the history
  • Loading branch information
almawang committed Jun 30, 2021
1 parent edf4d13 commit 0a4c897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ export interface Page {
last_edited_time: string
archived: boolean
properties: PropertyValueMap
url: string
}

/*
Expand Down

0 comments on commit 0a4c897

Please sign in to comment.