prorm API Reference
    Preparing search index...

    Interface ServerInfo

    Row returned by getServers()

    interface ServerInfo {
        name: string;
        fdw: string;
        options: Record<string, string>;
    }
    Index
    name: string
    fdw: string
    options: Record<string, string>