mirror of
https://github.com/tale/headplane.git
synced 2026-08-09 05:39:22 +00:00
chore: fix tiny nits
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { PreAuthKey } from './PreAuthKey';
|
||||
import type { User } from './User';
|
||||
|
||||
export interface Machine {
|
||||
@@ -12,7 +13,7 @@ export interface Machine {
|
||||
lastSeen: string;
|
||||
expiry: string | null;
|
||||
|
||||
preAuthKey?: unknown; // TODO
|
||||
preAuthKey?: PreAuthKey;
|
||||
|
||||
createdAt: string;
|
||||
registerMethod:
|
||||
|
||||
Reference in New Issue
Block a user