I am interested in transforming
{
"controller-element": { }
}
into an interface
. However, due to the presence of a -
in controller-element
, I am unable to directly create
export interface IControllerResponse {
controller-element: any;
}