chore: removed unused properties interface

This commit is contained in:
JohnMark Sill 2022-06-24 09:36:50 -05:00
parent 6d8d46417b
commit 0ec0ae1bfe

View File

@ -14,11 +14,6 @@ interface OnTimeUpdateEvent {
isPlaying: boolean; isPlaying: boolean;
} }
interface VideoProperties {
posterUrl: string;
videoUrl: string;
}
interface HistoryVideoProps { interface HistoryVideoProps {
id?: string; id?: string;
isPlaying: boolean; isPlaying: boolean;