extract and cleanup some functions

This commit is contained in:
spencerwooo
2022-02-05 21:16:57 +08:00
parent b42036afb7
commit 53470ff61e
4 changed files with 52 additions and 60 deletions
+1
View File
@@ -21,6 +21,7 @@ export type OdFolderObject = {
thumbnails?: Array<OdThumbnail>
}>
}
export type OdFolderChildren = OdFolderObject['value'][number]
// A file object returned from the OneDrive API. This object may contain 'video' if the file is a video.
export type OdFileObject = {
'@microsoft.graph.downloadUrl': string