You've already forked npm-core-sdk
30 lines
692 B
TypeScript
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;
|
|
|