Package version:

InterfaceConfigurationExtension

Describes properties that can identify extensions.

interface ConfigurationExtension {
    publisher?: string;
    type?: string;
}

Properties

Properties

publisher?: string

Publisher of the extension. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Type of the extension. NOTE: This property will not be serialized. It can only be populated by the server.