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