Skip to content

Commit 2e32d50

Browse files
Merge branch 'feature/file-upload' of https://github.com/monicasmith463/study-assistant into feature/file-upload
2 parents 4118279 + 270e13a commit 2e32d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/client/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type Body_login_login_access_token = {
1414
}
1515

1616
export type DocumentPublic = {
17-
filename?: string | null
17+
filename: string
1818
s3_url?: string | null
1919
content_type?: string | null
2020
size?: number | null

0 commit comments

Comments
 (0)