fix typescript client

This commit is contained in:
Ruben Fiszel
2024-01-17 10:05:01 +01:00
parent 154edfce70
commit 27c143c3dc
+1 -1
View File
@@ -3,6 +3,7 @@ import {
VariableService,
JobService,
HelpersService,
OidcService,
} from "./index";
import { OpenAPI } from "./index";
import type { DenoS3LightClientSettings } from "./index";
@@ -21,7 +22,6 @@ export {
SettingsService,
UserService,
WorkspaceService,
OidcService,
} from "./index";
export type Sql = string;