ErrorResponseErrorAdditionalInfoItem interface
model interface ErrorResponseErrorAdditionalInfoItem
Properties
| info | The additional information specific to the type. |
| type | The type of additional information. |
Property Details
info
The additional information specific to the type.
info?: Record<string, any>
Property Value
Record<string, any>
type
The type of additional information.
type?: string
Property Value
string