Type alias WPMMpaths

WPMMpaths: {
    baseFolder: string;
    destFolder: string;
    pluginsFolder: string;
    tempDir: string;
    themeFolder: string;
}

The object containing the paths

Type declaration

  • baseFolder: string
  • destFolder: string
  • pluginsFolder: string
  • tempDir: string
  • themeFolder: string

Generated using TypeDoc