mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 23:39:38 +01:00
feat(protocol): exports for trezor push notification
This commit is contained in:
@@ -28,3 +28,9 @@ export interface TransportProtocol {
|
||||
decode: TransportProtocolDecode;
|
||||
getHeaders: (data: Buffer) => [header: Buffer, chunkHeader: Buffer];
|
||||
}
|
||||
|
||||
export {
|
||||
TrezorPushNotificationType,
|
||||
TrezorPushNotificationMode,
|
||||
type DecodedTrezorPushNotification,
|
||||
} from './protocol-tpn/index';
|
||||
|
||||
Reference in New Issue
Block a user