You've already forked npm-core-sdk
Latest generation
This commit is contained in:
25
object_db_query.client.ts
Normal file
25
object_db_query.client.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
// @generated by protobuf-ts 2.9.5
|
||||
// @generated from protobuf file "object_db_query.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
||||
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
|
||||
import { QueryObjectServices } from "./object_db_query";
|
||||
/**
|
||||
* CLI Service
|
||||
*
|
||||
* @generated from protobuf service api.QueryObjectServices
|
||||
*/
|
||||
export interface IQueryObjectServicesClient {
|
||||
}
|
||||
/**
|
||||
* CLI Service
|
||||
*
|
||||
* @generated from protobuf service api.QueryObjectServices
|
||||
*/
|
||||
export class QueryObjectServicesClient implements IQueryObjectServicesClient, ServiceInfo {
|
||||
typeName = QueryObjectServices.typeName;
|
||||
methods = QueryObjectServices.methods;
|
||||
options = QueryObjectServices.options;
|
||||
constructor(private readonly _transport: RpcTransport) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user