Skip to content

Commit

Permalink
Add url to database object
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranpandit committed Sep 22, 2021
1 parent ed67434 commit 9d7c70f
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 9d7c70f

Please sign in to comment.