Type Alias DryCollectionPrivateBinding
DryCollectionPrivateBinding: { method: WritableCache; type: "collection-method"; } | { getter: WritableCache | null; setter: WritableCache | null; type: "collection-accessor"; } | { type: "collection-property"; weakmap: Cache; }