interface Version {
    major: number;
    minor: number;
}

Implemented by

Properties

Properties

major: number
minor: number