@rootintf/protocol-subverseinfo 1.0.13-api.2 → 2.0.1-api.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,16 @@
1
+ declare const l_: {
2
+ VALIDATION: number;
3
+ };
4
+ declare var JSON_MsgSubverseInfo_query: {
5
+ merge: (json: any) => any;
6
+ validate: (json: any, _pkg?: {}) => boolean;
7
+ };
8
+ declare var JSON_MsgSubverseInfo_subverse: {
9
+ create_with_cause_merge: (msg_cause: any, json: any) => any;
10
+ validate: (json_msg: any) => boolean;
11
+ };
12
+ declare var JSON_MsgSubverseInfo_instances: {
13
+ create_with_cause_merge: (msg_cause: any, json: any) => any;
14
+ validate: (json_msg: any) => boolean;
15
+ };
16
+ export { JSON_MsgSubverseInfo_query, JSON_MsgSubverseInfo_subverse, JSON_MsgSubverseInfo_instances, l_ as l };