UNPKG

89 BTypeScriptView Raw
1export declare enum RpcParamtype {
2 PAYLOAD = 3,
3 CONTEXT = 6,
4 GRPC_CALL = 9
5}