mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-31 08:21:45 +02:00
Fix frontend type imports
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { LicenseStatus, LicenseKeyCache } from "@server/license/license";
|
||||
|
||||
export type ActivateLicenseStatus = LicenseStatus;
|
||||
|
||||
export type DeleteLicenseKeyResponse = LicenseStatus;
|
||||
|
||||
export type GetLicenseStatusResponse = LicenseStatus;
|
||||
|
||||
export type ListLicenseKeysResponse = LicenseKeyCache[];
|
||||
|
||||
export type RecheckStatusResponse = LicenseStatus;
|
||||
Reference in New Issue
Block a user