OmniaHostPortConfig
@totemsdk/edge-adapters / OmniaHostPortConfig
Interface: OmniaHostPortConfig
Properties
endpoint
endpoint:
string
fetch?
optionalfetch?: (input,init?) =>Promise<Response>
Parameters
input
string | URL | Request
init?
RequestInit
Returns
Promise<Response>
headers?
optionalheaders?:Record<string,string>