interface IVersion {
    getVersion(): string;
}

Implemented by

Methods

Methods