Interface HighlightEnvironment

Details about the Highlight app environment, like the version.

interface HighlightEnvironment {
    requestType?: string;
    version: string;
}

Properties

requestType?: string
version: string

The version of Highlight the user is using