Parameters for the getUpInformation operation.

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

Hierarchy

  • DefaultParams
    • GetUpInformationParams

Properties

Properties

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal