Documentation
    Preparing search index...

    Type Alias GraphCommandPurchasePartUpdate

    type GraphCommandPurchasePartUpdate = {
        content: { purchasePartMaterialId?: string; rootId: GraphNodeRootId };
        type: "purchasePartUpdate";
    }
    Index

    Properties

    Properties

    content: { purchasePartMaterialId?: string; rootId: GraphNodeRootId }
    type: "purchasePartUpdate"