@truenas/api-client
    Preparing search index...

    Interface InterfaceCreateAlias2

    interface InterfaceCreateAlias2 {
        address: string;
        netmask: number;
        type?: "INET" | "INET6";
    }
    Index
    address: string
    netmask: number
    type?: "INET" | "INET6"