We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4118279 + 270e13a commit 2e32d50Copy full SHA for 2e32d50
frontend/src/client/types.gen.ts
@@ -14,7 +14,7 @@ export type Body_login_login_access_token = {
14
}
15
16
export type DocumentPublic = {
17
- filename?: string | null
+ filename: string
18
s3_url?: string | null
19
content_type?: string | null
20
size?: number | null
0 commit comments