/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Information about the Node Resource Interface (NRI). * * This field is only present if NRI is enabled. * */ export type NRIInfo = { /** * Information about NRI, provided as "label" / "value" pairs. * *


* * > **Note**: The information returned in this field, including the * > formatting of values and labels, should not be considered stable, * > and may change without notice. * */ Info?: Array>; };