Actually these are not Dates

This commit is contained in:
shamoon
2026-02-17 13:01:25 -08:00
parent 4b7549e4a6
commit d678725463
3 changed files with 12 additions and 20 deletions

View File

@@ -128,15 +128,15 @@ export interface Document extends ObjectWithPermissions {
checksum?: string
// UTC
created?: Date
created?: string // ISO string
modified?: Date
modified?: string // ISO string
added?: Date
added?: string // ISO string
mime_type?: string
deleted_at?: Date
deleted_at?: string // ISO string
original_file_name?: string