Documentation
    Preparing search index...

    Interface PajaServer

    interface PajaServer {
        hostConfig: PajaHostConfig;
        url: string;
        close(): Promise<void>;
    }
    Index

    Properties

    Methods

    Properties

    hostConfig: PajaHostConfig
    url: string

    Methods