More code gen

This commit is contained in:
Björn Harrtell
2026-04-08 05:50:51 +02:00
parent 43e1505f61
commit 3216b77f90
3 changed files with 8 additions and 8 deletions

View File

@@ -2,5 +2,5 @@
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export { HelloReply } from './models/hello-reply.js';
export { HelloRequest } from './models/hello-request.js';
export {HelloReply} from './models/hello-reply.js';
export {HelloRequest} from './models/hello-request.js';