You've already forked npm-core-sdk
27 lines
661 B
TypeScript
27 lines
661 B
TypeScript
// @generated by protoc-gen-connect-es v0.13.0 with parameter "target=ts"
|
|
// @generated from file view.proto (package api, syntax proto3)
|
|
/* eslint-disable */
|
|
// @ts-nocheck
|
|
|
|
import { GetViewFieldsRequest, GetViewFieldsResult } from "./view_pb.js";
|
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
|
|
/**
|
|
* @generated from service api.ViewService
|
|
*/
|
|
export const ViewService = {
|
|
typeName: "api.ViewService",
|
|
methods: {
|
|
/**
|
|
* @generated from rpc api.ViewService.GetViewFields
|
|
*/
|
|
getViewFields: {
|
|
name: "GetViewFields",
|
|
I: GetViewFieldsRequest,
|
|
O: GetViewFieldsResult,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
}
|
|
} as const;
|
|
|