fix: add legacy constants for decoding
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import * as constants from './constants'
|
||||
/**
|
||||
* the binary node WA uses internally for communication
|
||||
*
|
||||
@@ -11,4 +12,6 @@ export type BinaryNode = {
|
||||
content?: BinaryNode[] | string | Uint8Array
|
||||
}
|
||||
export type BinaryNodeAttributes = BinaryNode['attrs']
|
||||
export type BinaryNodeData = BinaryNode['content']
|
||||
export type BinaryNodeData = BinaryNode['content']
|
||||
|
||||
export type BinaryNodeCodingOptions = typeof constants
|
||||
Reference in New Issue
Block a user