watchtogether/frontend/src/interfaces/Playhead.ts

5 lines
85 B
TypeScript

export default interface SetPlayheadEvent {
playhead: number;
paused: boolean;
}