Skip to content

Commit 911a405

Browse files
committed
Changed: optional type
1 parent 358b501 commit 911a405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files/infra/repositories/transformers/FilePreviewPayload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface FilePreviewPayload {
99
file_type: string
1010
file_content_type: string
1111
size_in_bytes: number
12-
md5: string
12+
md5?: string
1313
checksum?: FilePreviewChecksumPayload
1414
type?: string
1515
unf: string

0 commit comments

Comments
 (0)