interface Destroyable {
    destroy(): void;
}

Hierarchy (view full)

Implemented by

Methods

Methods