OpenFairyGUI API
    Preparing search index...

    Interface ProjectBranchDirectory

    Identifies either a root branch directory or one package directory below it.

    interface ProjectBranchDirectory {
        branch: string;
        packageName?: string;
    }
    Index
    branch: string
    packageName?: string