OSversion

interface OSversion {
    name: string;
    version: string;
}

Properties

Properties

name: string

name of the OS

255

version: string

version of the OS

255