Home > ts-morph-structures > TypeStructureSet
Signature:
export interface TypeStructureSet extends Set<TypeStructures>
Extends: Set<TypeStructures>
| Method | Description |
|---|---|
| [cloneFromTypeStructureSet(other)](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructureset.clonefromtypestructureset.html) | Replace all the type structures this set managers with those from another set. |
| [replaceFromTypeArray(array)](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructureset.replacefromtypearray.html) | Replace all the types this set manages with those from another array. |