This commit is contained in:
Fabian Stamm
2023-11-30 00:16:53 +01:00
parent f93755604a
commit e15ce1f0a0
3 changed files with 7 additions and 7 deletions

View File

@ -304,7 +304,7 @@ export class TypescriptTarget extends CompileTarget {
this.writeFormattedFile(
"service_server.ts",
this.generateImport(
"{ RequestObject, ResponseObject, ErrorCodes, Logging }",
"{ type RequestObject, type ResponseObject, ErrorCodes, Logging }",
"./service_base"
) +
this.generateImport(" { VerificationError }", "./ts_base") +