Files
npm-core-sdk/notifInput_connect.ts
2025-03-17 09:56:44 +00:00

30 lines
692 B
TypeScript

// @generated by protoc-gen-connect-es v0.13.0 with parameter "target=ts"
// @generated from file notifInput.proto (package api, syntax proto3)
/* eslint-disable */
// @ts-nocheck
import { NotifCreatedRequest, NotifCreatedResponse } from "./notifInput_pb.js";
import { MethodKind } from "@bufbuild/protobuf";
/**
*
* API-server services
*
* @generated from service api.NotifInputAPI
*/
export const NotifInputAPI = {
typeName: "api.NotifInputAPI",
methods: {
/**
* @generated from rpc api.NotifInputAPI.Created
*/
created: {
name: "Created",
I: NotifCreatedRequest,
O: NotifCreatedResponse,
kind: MethodKind.Unary,
},
}
} as const;