Skip to main content
Example
export interface EnrolledDevice {
  id: number;
  device: string;
}

Properties

device
string
id
number