interface Destroyable {
    destroy(): void;
}

Hierarchy (View Summary)

Implemented by

Methods

Methods