Files
npm-core-sdk/object_db_query.client.ts
2025-06-19 09:15:58 +00:00

26 lines
887 B
TypeScript

// @generated by protobuf-ts 2.11.1 with parameter use_proto_field_name,keep_enum_prefix
// @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) {
}
}