Editar

Share via


NativeExtensionRequestBody type

Request which will be forwarded to native broker by the browser extension

type NativeExtensionRequestBody = {
  method: NativeExtensionMethod,
  request?: NativeTokenRequest,
}