mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix typescript client
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user