OpenDecree TypeScript SDK - v0.3.0-alpha.1
    Preparing search index...

    Interface ServerInfo

    Server info from the ServerService (version, commit, enabled features).

    interface ServerInfo {
        commit: string;
        features: { readonly [key: string]: boolean };
        version: string;
    }
    Index

    Properties

    commit: string
    features: { readonly [key: string]: boolean }
    version: string