interface EnrolledDevice {
    device: string;
    id: number;
}

Properties

Properties

device: string
id: number