Type Alias FullPluginSpec

FullPluginSpec: {
    options: any;
    type: string;
}

A full surface plugin spec - name and options.

Version :