Interface MetricsDrivenPort

interface MetricsDrivenPort {
    get(): Promise<string>;
}

Implemented by

Methods

Methods