fix: lint type fix
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 39s

This commit is contained in:
Stixx 2024-12-30 17:25:56 +01:00
parent 070e8c39f0
commit d0d84a860f

View File

@ -4,3 +4,11 @@ export type FileServerMap = {
write: boolean
}
}
export interface FileServerPutResponse {
sha256: string
size: number
uploaded: number
type: string
url: string
}