Type Parameters

  • T

Hierarchy

  • AgentCreateOptions

Properties

Properties

channel?: Channel<Service>
fetch?: ((input: URL | RequestInfo, init?: RequestInit) => Promise<Response>)

Type declaration

    • (input: URL | RequestInfo, init?: RequestInit): Promise<Response>
    • Parameters

      • input: URL | RequestInfo
      • Optional init: RequestInit

      Returns Promise<Response>

store: IStore<T>
url?: URL

Generated using TypeDoc