Back to Node Auth0

Interface IntegrationSemVer

docs/interfaces/management.Management.IntegrationSemVer.html

5.9.1679 B
Original Source

Interface IntegrationSemVer

Semver denotes the major.minor version of an integration release

interface IntegrationSemVer {
major?: number;
minor?: number;
}

Index

Properties

major?minor?

Properties

Optionalmajor

major?: number

Major is the major number of a semver

Optionalminor

minor?: number

Minior is the minior number of a semver

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties majorminor