Skip to content

Documentation / @warp-drive/legacy / compat / AdapterPayload

Type Alias: AdapterPayload

ts
type AdapterPayload = 
  | Record<string, unknown>
  | unknown[];

Defined in: warp-drive-packages/legacy/src/compat/legacy-network-handler/minimum-adapter-interface.ts:15

Released under the MIT License.