interface BuildableDir {
    dir: string;
    json: JSONObject;
    targetSource: string;
    isRelatedSource(source: Source): boolean;
    setDir(dir: string): void;
    setTargetSource(dir: string): void;
}

Methods

Properties

dir: string
targetSource: string

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.