Files
npm-core-sdk/object_db_query.client.ts
2025-03-20 10:05:56 +00:00

26 lines
833 B
TypeScript

// @generated by protobuf-ts 2.9.6
// @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) {
}
}