Support previous API interface as well

This commit is contained in:
Paul Kronenwetter
2026-01-23 21:53:30 -05:00
parent c61a9119a7
commit 5777a5f509
5 changed files with 25 additions and 8 deletions
+3
View File
@@ -22,6 +22,9 @@ export interface Machine {
| 'REGISTER_METHOD_CLI'
| 'REGISTER_METHOD_OIDC';
forcedTags: string[];
invalidTags: string[];
validTags: string[];
tags: string[];
givenName: string;
online: boolean;