Interface DjockeyStaticFileFromPlugin

interface DjockeyStaticFileFromPlugin {
    contents: string;
    refPath: string;
}

Properties

Properties

contents: string
refPath: string