Interface BaseContext

interface BaseContext {
    cleanup(): void;
    setup(): void;
}

Hierarchy (View Summary)

Methods

Methods