Interface

Libosinfo-1.0LibosinfoPlatformConstructorProps

interface ConstructorProps {
    codename: string;
    id: string;
    logo: string;
    name: string;
    short_id: string;
    shortId: string;
    vendor: string;
    version: string;
}

Hierarchy (View Summary)

Index
codename: string
logo: string
name: string
short_id: string
shortId: string
vendor: string
version: string
id: string