@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface SystemInfoSchema

    SystemInfoSchema

    interface SystemInfoSchema {
        deploymentEnv?: string;
        githubRef?: string;
        githubSha?: string;
        version?: string;
    }
    Index

    Properties

    deploymentEnv?: string

    Deployment environment

    SystemInfoSchema

    githubRef?: string

    Git branch of the running server version

    SystemInfoSchema

    githubSha?: string

    Git commit SHA of the running server version

    SystemInfoSchema

    version?: string

    Server version

    SystemInfoSchema