File size: 89 Bytes
7c5b7bd
 
 
 
 
1
2
3
4
5
6
export declare const enum EncodingFormat {
    Cbor = 0,
    MsgPack = 1,
    Json = 2
}