interface MfdBranch {
    id: string;
    mfd: Mfd;
    weight: number;
}

Properties

Properties

id: string
mfd: Mfd
weight: number