labapi.util.types.IdOrNameIndex#

labapi.util.types.IdOrNameIndex: TypeAlias = 'str | IdIndex | NameIndex'#

Type alias representing a flexible index that can be either an item’s ID (string), or a slice using Index.Id or Index.Name.