Interface PluginCreateOptions

interface PluginCreateOptions {
    logger?: LoggerType;
}

Properties

Properties

logger?: LoggerType