Parameters for the getServerInformation operation.

interface GetServerInformationParams {
    headers?: OutgoingHttpHeaders;
    signal?: GenericAbortSignal;
}

Hierarchy

  • DefaultParams
    • GetServerInformationParams

Properties

Properties

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal