@ghsc/nshmp-utils-ts - 4.12.7
    Preparing search index...

    Interface SourceBranch

    interface SourceBranch {
        branch: string;
        mfds: MfdBranch[];
        name: string;
        path: string;
        weight: number;
    }
    Index

    Properties

    branch: string
    mfds: MfdBranch[]
    name: string
    path: string
    weight: number