interface IApplication {
    build: string;
    ver: string;
}

Properties

Properties

build: string

The application build version.

ver: string

The application version.