@abtnode/types 1.16.8-beta-186fd5aa → 1.16.8-next-d1e52353

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,14 @@
1
+ // package: abt_node
2
+ // file: service.proto
3
+ import * as rpc_pb from "./rpc_pb";
4
+ import * as type_pb from "./type_pb";
5
+ export type TField = {
6
+ required: boolean,
7
+ params: string,
8
+ dirs: string,
9
+ }
10
+ export interface TypeMap {
11
+ DEFAULT: 0;
12
+ MUTATION: 1;
13
+ QUERY: 2;
14
+ }