Lint
This commit is contained in:
parent
86c34cc549
commit
2361155554
|
@ -6,7 +6,7 @@ import {
|
||||||
GetOfflineLicenseTokenResponse,
|
GetOfflineLicenseTokenResponse,
|
||||||
QuotaUsage,
|
QuotaUsage,
|
||||||
} from "@budibase/types"
|
} from "@budibase/types"
|
||||||
import { APIError, BaseAPIClient } from "./types"
|
import { BaseAPIClient } from "./types"
|
||||||
|
|
||||||
export interface LicensingEndpoints {
|
export interface LicensingEndpoints {
|
||||||
activateLicenseKey: (licenseKey: string) => Promise<void>
|
activateLicenseKey: (licenseKey: string) => Promise<void>
|
||||||
|
|
Loading…
Reference in New Issue