ReferenceTypes
ResponseFrame
type ResponseFrame =
| OkFrame
| ErrFrame
| DisabledFrame
| ContactsStartFrame
| ContactFrame
| EndOfContactsFrame
| ExportContactFrame
| SelfInfoFrame
| SentFrame
| ContactMessageFrame
| ChannelMessageFrame
| CurrentTimeFrame
| NoMoreMessagesFrame
| BattAndStorageFrame
| DeviceInfoFrame
| ChannelInfoFrame;Defined in: packages/protocol/src/types.ts:210
Every decoded response, discriminated by type.