Type Alias: LicenseState
type LicenseState = "evaluating" | "trial" | "active" | "grace" | "limited" | "invalid";
Defined in: types.ts:156
type LicenseState = "evaluating" | "trial" | "active" | "grace" | "limited" | "invalid";
Defined in: types.ts:156