Interface IDAHRStartProxyParams

interface IDAHRStartProxyParams {
    authorization?: string;
    headers: OutgoingHttpHeaders;
    method: EnumWeb2Methods;
    payload?: unknown;
}

Properties

authorization?: string
headers: OutgoingHttpHeaders
payload?: unknown