Home
last modified time | relevance | path

Searched refs:DeviceConfigType (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/netbox/netbox-3.0.12/netbox/project-static/src/device/
H A Dconfig.ts23 const configTypes = ['running', 'startup', 'candidate'] as DeviceConfigType[];
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/project-static/src/
H A Dglobal.d.ts162 type DeviceConfigType = Exclude<keyof DeviceConfig['get_config'], 'error'>; alias