Can change network interface type
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-05-30 20:30:30 +02:00
parent ef0d77f1d6
commit 22416badcf
3 changed files with 47 additions and 1 deletions

View File

@ -60,6 +60,7 @@ export type VMNetInterface = (
export interface VMNetInterfaceBase {
mac: string;
model: "Virtio" | "E1000";
nwfilterref?: VMNetInterfaceFilter;
}