alignai
Version:
Server-side Align AI SDK for Node.js
15 lines (14 loc) • 452 B
TypeScript
export namespace IngestionService {
let typeName: string;
namespace methods {
namespace collectEvents {
export let name: string;
export { CollectEventsRequest as I };
export { Empty as O };
export let kind: MethodKind;
}
}
}
import { CollectEventsRequest } from "./ingestion_pb.js";
import { Empty } from "@bufbuild/protobuf";
import { MethodKind } from "@bufbuild/protobuf";