interface ArgumentInterface<T = unknown> {
    getRawValue(): string;
    getValue(): T;
    toString(): string;
}

Type Parameters

  • T = unknown

Implemented by

Methods

MMNEPVFCICPMFPCPTTAAATR