interface ExtensionHost {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string
name?: string