Search


Search something to see results

Device

interface Device {
    model?: string;
    type?: string;
    vendor?: string;
}

Index

Properties

Properties

model?: string
type?: string
vendor?: string