get_interfaces_for_type(type: str) → List[Dict[str, Any]]
Return all interfaces for the given type.
Args:
type
(str): The type string to look up.
Returns:
List
: A list of interfaces of the given type.
This file was automatically generated via lazydocs.