Fix types.

This commit is contained in:
Sam Rose 2025-01-06 12:15:41 +00:00
parent a58c75e328
commit c3564528b7
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
import { FeatureFlags, parseEnvFlags } from ".."
import { FeatureFlags } from "@budibase/types"
import { setEnv } from "../../environment"
import { parseEnvFlags } from "../features"
function getCurrentFlags(): Record<string, Record<string, boolean>> {
const result: Record<string, Record<string, boolean>> = {}

View File

@ -1,4 +1,4 @@
import { FeatureFlags } from "packages/types/src/sdk"
import { FeatureFlags } from "@budibase/types"
import { DevInfo, User } from "../../../documents"
export interface GenerateAPIKeyRequest {