fix typescript client

This commit is contained in:
Ruben Fiszel
2024-01-17 08:40:29 +01:00
parent 1ade61caa2
commit bc939e2a71

View File

@@ -6,7 +6,6 @@ import {
} from "./index";
import { OpenAPI } from "./index";
import type { DenoS3LightClientSettings } from "./index";
import { OidcService } from "./src";
export {
AdminService,
@@ -22,6 +21,7 @@ export {
SettingsService,
UserService,
WorkspaceService,
OidcService,
} from "./index";
export type Sql = string;