mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
update comment style
This commit is contained in:
Vendored
+2
-8
@@ -50,17 +50,11 @@ export declare type OdSearchResult = Array<{
|
|||||||
path: string
|
path: string
|
||||||
parentReference: { id: string; name: string; path: string }
|
parentReference: { id: string; name: string; path: string }
|
||||||
}>
|
}>
|
||||||
|
// API response object for /api/item?id={id}. This is primarily used for determining the path of the driveItem by ID.
|
||||||
// driveItem type which is returned by /api/item?id={id}
|
|
||||||
export type OdDriveItem = {
|
export type OdDriveItem = {
|
||||||
'@odata.context': string
|
'@odata.context': string
|
||||||
'@odata.etag': string
|
'@odata.etag': string
|
||||||
id: string
|
id: string
|
||||||
name: string
|
name: string
|
||||||
parentReference: {
|
parentReference: { driveId: string; driveType: string; id: string; path: string }
|
||||||
driveId: string
|
|
||||||
driveType: string
|
|
||||||
id: string
|
|
||||||
path: string
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user