We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a5e4e commit 873b4e9Copy full SHA for 873b4e9
1 file changed
packages/server/src/api/index.ts
@@ -1,2 +1,3 @@
1
export type { OpenApiSpecGenerator, OpenApiSpecOptions } from './common/types';
2
export { RestApiHandler, type RestApiHandlerOptions } from './rest';
3
+export { RPCApiHandler, type RPCApiHandlerOptions } from './rpc';
0 commit comments