`T = tuple[type[AbstractNetboxType], type[AbstractNetboxType]] | type[AbstractNetboxType]` in l2vpnhelpertypes.py should normally be: `T = tuple[type[AbstractNetboxType], ...] | type[AbstractNetboxType]`