Documentation / @agentick/gateway / GatewayMethod
Type Alias: GatewayMethod ​
GatewayMethod =
BuiltInMethod|string&object
Defined in: gateway/src/transport-protocol.ts:117
Gateway method - built-in methods or custom method strings. The (string & {}) allows any string while preserving autocomplete for built-in methods.