export default interface IDeviceProfile { deviceMemory?: number; videoDevice?: { deviceId: string; groupId: string; }; webGlParameters?: Record; }