Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppVersion

Stores version information about the app.

Hierarchy

  • AppVersion

Index

Properties

Properties

Optional code

code: number | false

The version number / code.

Optional date

date: Moment | false

The last commit date. Contains (false), if failed.

Optional hash

hash: string | false

The last commit hash. Contains (false), if failed.

Optional name

name: string | false

The (display) name, like "1.5979.0-RC1"

Generated using TypeDoc