geoview-core - v2.3.0
    Preparing search index...

    Type Alias TypeAppVersion

    Version information for the application.

    type TypeAppVersion = {
        hash: string;
        major: number;
        minor: number;
        patch: number;
        suffix?: string;
        timestamp: string;
    }
    Index
    hash: string
    major: number
    minor: number
    patch: number
    suffix?: string

    Optional build suffix (e.g. 'dev.a1b2c3d') appended for development builds; empty for release builds.

    timestamp: string