UNPKG

easyproctor-hml

Version:
12 lines (11 loc) 231 B
export type Device = { label: string; id: string; }; export default interface Devices { cameras: Device[]; microphones: Device[]; } export interface DevicesChanged extends Devices { status: string; }