Parameters for the getCorsInformation operation.

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

Hierarchy

  • DefaultParams
    • GetCorsInformationParams

Properties

Properties

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal