Interface StaticMapsPluginOpts

interface StaticMapsPluginOpts {
    prefix: undefined | string;
    staticRootDir: string;
}

Properties

prefix: undefined | string
staticRootDir: string