feat: add media lib virtualization (#3381)

This commit is contained in:
Erez Rokah
2020-03-09 08:45:42 +01:00
committed by GitHub
parent 9c0f618148
commit 92e76011e7
10 changed files with 219 additions and 194 deletions

View File

@ -4,10 +4,7 @@ import { AsyncLock } from './asyncLock';
export type DisplayURLObject = { id: string; path: string };
export type DisplayURL =
| DisplayURLObject
| string
| { original: DisplayURL; path?: string; largeMedia?: string };
export type DisplayURL = DisplayURLObject | string;
export interface ImplementationMediaFile {
name: string;