Closed taylorreece closed 6 months ago
A JSON form can yield an object (Record<string, unknown>) or it can return an array if the schema has a top-level array declared (like this example https://prismatic.io/docs/jsonforms/playground/?key=basic-array).
Record<string, unknown>
Our TypeScript should allow for both.
A JSON form can yield an object (
Record<string, unknown>
) or it can return an array if the schema has a top-level array declared (like this example https://prismatic.io/docs/jsonforms/playground/?key=basic-array).Our TypeScript should allow for both.