diff --git a/src/entities.ts b/src/entities.ts index bb3541632..8fcb9e8b9 100644 --- a/src/entities.ts +++ b/src/entities.ts @@ -117,6 +117,7 @@ export type DriveFile = { size: number; md5: string; blurhash: string; + comment: string; properties: Record; };