Just starting out with TypeScript and I'm looking to build a class that describes an object with the following structure:
name(string),
Array{
"column-name":
{
"type":"value",
"filter":"value"
}
}