// TODO set types
export default interface MediaConstraints {
  audio: any;
  video: any;
}