diff --git a/packages/zoe/src/contractFacet/types-ambient.d.ts b/packages/zoe/src/contractFacet/types-ambient.d.ts index 255e7e81298..d7de2903eb6 100644 --- a/packages/zoe/src/contractFacet/types-ambient.d.ts +++ b/packages/zoe/src/contractFacet/types-ambient.d.ts @@ -85,7 +85,10 @@ type ZCF> = { getOfferFilter: () => Promise>; getInstance: () => Instance; }; + /** + * @deprecated Use atomicRearrange instead + * * The contract can reallocate over seats, which commits the staged * allocation for each seat. On commit, the staged allocation becomes * the current allocation and the staged allocation is deleted.