// @generated by protoc-gen-connect-es v0.13.0 with parameter "target=ts" // @generated from file viz-tab.proto (package vizapi, syntax proto3) /* eslint-disable */ // @ts-nocheck import { ListTabRequest, ListTabResult } from "./viz-tab_pb.js"; import { MethodKind } from "@bufbuild/protobuf"; /** * @generated from service vizapi.TabService */ export const TabService = { typeName: "vizapi.TabService", methods: { /** * @generated from rpc vizapi.TabService.List */ list: { name: "List", I: ListTabRequest, O: ListTabResult, kind: MethodKind.Unary, }, } } as const;