Fix types

This commit is contained in:
Owen
2026-07-31 16:50:35 -04:00
parent e5ac6ec7cd
commit 9d581f3897
14 changed files with 44 additions and 35 deletions
@@ -206,7 +206,7 @@ function createAddTargetSchema(t: TranslateFn) {
);
}
type NewResourceType = "http" | "ssh" | "rdp" | "vnc" | "tcp" | "udp";
type NewResourceType = "http" | "ssh" | "rdp" | "vnc" | "tcp" | "udp" | "inference";
type CreateBgTargetFormValues = SshSettingsFormValues;