nemo_microservices.types.data_designer.index_range_param# Module Contents# Classes# IndexRangeParam API# class nemo_microservices.types.data_designer.index_range_param.IndexRangeParam# Bases: typing_extensions.TypedDict end: typing_extensions.Required[int]# None The end index of the index range (inclusive) start: typing_extensions.Required[int]# None The start index of the index range (inclusive)