mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
feat(web): Registration key linked to account status
This commit is contained in:
@@ -18,6 +18,7 @@ export const startTrial = async (payload: StartTrialPayload): Promise<StartTrial
|
||||
|
||||
export interface ValidateGuidResponse {
|
||||
hasNewerKeyfile : boolean;
|
||||
linked: boolean;
|
||||
purchaseable: true;
|
||||
registered: false;
|
||||
replaceable: false;
|
||||
|
||||
Reference in New Issue
Block a user