Effect CommunityEC
Effect Community3y ago
14 replies
hagag

Defining a Struct for Matching Any Key in a Schema

Is there a way to define a struct that matches any key?
What I'm trying to do is create a schema for something like
{
    "new-7": "V1",
    "new-8": "V2"
}
Was this page helpful?