OpenFairyGUI API
    Preparing search index...

    Interface RemoveBranchOperation

    interface RemoveBranchOperation {
        kind: "removeBranch";
        opId?: string;
        selector: { branch: string };
    }

    Hierarchy

    • UamTransactionOperationBase
      • RemoveBranchOperation
    Index
    kind: "removeBranch"
    opId?: string
    selector: { branch: string }