action_event_data.ts

Declarations
#

5 declarations

view source

ActionEventData
#

action_event_data.ts view source

ZodObject<{ kind: ZodEnum<{ request_response: "request_response"; remote_notification: "remote_notification"; local_call: "local_call"; }>; phase: ZodEnum<{ send_request: "send_request"; ... 7 more ...; execute: "execute"; }>; ... 9 more ...; notification: ZodNullable<...>; }, $strict>

ActionEventDataUnion
#

ActionEventLocalCallData
#

ActionEventRemoteNotificationData
#

ActionEventRequestResponseData
#

Depends on
#

Imported by
#