Interface ISiteSettingsUSW

interface ISiteSettingsUSW {
    _id: string;
    dhcp_snoop: boolean;
    key: "usw";
    site_id: string;
}

Hierarchy (view full)

Properties

_id: string
dhcp_snoop: boolean
key: "usw"
site_id: string

Generated using TypeDoc