Type Alias ResultObject

ResultObject: {
    [key: string]: string | number | ResultObject;
}

Result object using entity view formatter