Skip to content

Commit

Permalink
add device_type to Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
gescheit committed Feb 10, 2025
1 parent ec9ef25 commit fc25ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions annet/adapters/netbox/common/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Filter(TypedDict, total=False):
tag: list[str]
role: list[str]
name: list[str]
device_type: list[str]


@dataclass
Expand Down

0 comments on commit fc25ad0

Please sign in to comment.