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

    Type Alias TypeAppVersion

    Version information for the application.

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

    Properties

    hash: string
    major: number
    minor: number
    patch: number
    timestamp: string