prorm API Reference
    Preparing search index...

    Interface ExtensionInfo

    Extension information returned by getExtensions

    interface ExtensionInfo {
        name: string;
        defaultVersion: string | null;
        installedVersion: string | null;
        comment: string | null;
    }
    Index
    name: string
    defaultVersion: string | null
    installedVersion: string | null
    comment: string | null