Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 424 Bytes

tryorama.iadminwebsocket.md

File metadata and controls

13 lines (8 loc) · 424 Bytes

Home > @holochain/tryorama > IAdminWebsocket

IAdminWebsocket type

AdminWebsocket interface for local and TryCP conductors.

Signature:

export type IAdminWebsocket = Omit<AdminWebsocket, "client" | "defaultTimeout" | "_requester">;