import CallVideoParams from "./CallVideoParams"; export default interface CallVideoDimension { height: CallVideoParams; width: CallVideoParams; }