RawVMAction

Type Alias
Raw action emitted during an invocation. Low-level API for advanced usage only.
export type RawVMAction = RawVMNotification | RawVMLog;