mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
change unknown file preview to readable format
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
export type OdFileObject = {
|
||||
'@microsoft.graph.downloadUrl': string
|
||||
name: string
|
||||
size: number
|
||||
id: string
|
||||
lastModifiedDateTime: string
|
||||
file: {
|
||||
mimeType: string
|
||||
hashes: {
|
||||
quickXorHash: string
|
||||
sha1Hash: string
|
||||
sha256Hash: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user