mirror of
https://github.com/tale/headplane.git
synced 2026-08-12 22:56:53 +00:00
feat: redo machine tagging system
This commit is contained in:
@@ -10,7 +10,7 @@ export interface Machine {
|
||||
|
||||
user: User;
|
||||
lastSeen: string;
|
||||
expiry: string;
|
||||
expiry: string | null;
|
||||
|
||||
preAuthKey?: unknown; // TODO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user