Skip to content

Commit

Permalink
Add url to database object (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranpandit authored Sep 23, 2021
1 parent bd98291 commit 55e5be5
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 @@ -201,6 +201,7 @@ export interface Database {
created_time: string
last_edited_time: string
title: RichText[]
url: string
icon: File | ExternalFile | Emoji | null
cover: File | ExternalFile | null
properties: { [propertyName: string]: Property }
Expand Down

0 comments on commit 55e5be5

Please sign in to comment.