Interface DeviceFile

interface DeviceFile {
    name: string;
    path: string;
    size: number;
    type: string;
}

Properties

Properties

name: string
path: string
size: number
type: string