Skip to content

Instantly share code, notes, and snippets.

@mfp22
Created October 27, 2017 15:24
Show Gist options
  • Save mfp22/ceeed18266991d332547e8f610267272 to your computer and use it in GitHub Desktop.
Save mfp22/ceeed18266991d332547e8f610267272 to your computer and use it in GitHub Desktop.
export interface State {
mediaPlaying: boolean;
audioPlaying: boolean;
videoPlaying: boolean;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment