Interface Explainable

interface Explainable {
    explain(): string;
}

Hierarchy (view full)

Methods

Methods