10 lines
130 B
TypeScript
10 lines
130 B
TypeScript
export default interface VM {
|
|
url : string;
|
|
|
|
id : string;
|
|
|
|
displayName : string;
|
|
|
|
thumbnail : HTMLImageElement;
|
|
|
|
} |