OpenFairyGUI API
    Preparing search index...

    Interface AddBranchOperation

    interface AddBranchOperation {
        branch: string;
        kind: "addBranch";
        opId?: string;
    }

    Hierarchy

    • UamTransactionOperationBase
      • AddBranchOperation
    Index
    branch: string
    kind: "addBranch"
    opId?: string