website refactor
This commit is contained in:
9
apps/website/lib/view-data/TrackImageViewData.ts
Normal file
9
apps/website/lib/view-data/TrackImageViewData.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* TrackImageViewData
|
||||
*
|
||||
* ViewData for track image media rendering.
|
||||
*/
|
||||
export interface TrackImageViewData {
|
||||
buffer: ArrayBuffer;
|
||||
contentType: string;
|
||||
}
|
||||
Reference in New Issue
Block a user