Interface UnresolvedPluginEntry

interface UnresolvedPluginEntry {
    id: string;
    type?: PluginType;
}

Properties

Properties

id: string
type?: PluginType