This commit is contained in:
Andrew Kingston 2024-12-03 11:06:23 +00:00
parent 86c34cc549
commit 2361155554
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import {
GetOfflineLicenseTokenResponse,
QuotaUsage,
} from "@budibase/types"
import { APIError, BaseAPIClient } from "./types"
import { BaseAPIClient } from "./types"
export interface LicensingEndpoints {
activateLicenseKey: (licenseKey: string) => Promise<void>