mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-25 09:22:32 +00:00
3 lines
45 B
TypeScript
3 lines
45 B
TypeScript
type VideoState = {
|
|
paused?: boolean;
|
|
};
|