mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-10 20:56:39 +00:00
Fix frontend type imports
This commit is contained in:
11
server/routers/license/types.ts
Normal file
11
server/routers/license/types.ts
Normal file
@@ -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