add thumbnail generation
This commit is contained in:
@@ -22,6 +22,7 @@ export interface FileEntry {
|
||||
type: 'file' | 'directory'
|
||||
mediaType: MediaType | null
|
||||
url: string | null
|
||||
thumbnailUrl: string | null
|
||||
}
|
||||
|
||||
export interface DirectoryListing {
|
||||
|
||||
Reference in New Issue
Block a user