diff --git a/src/api-types.ts b/src/api-types.ts index 6f3aee16..c9ec5e21 100644 --- a/src/api-types.ts +++ b/src/api-types.ts @@ -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 }