We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Description: $subject. Refer below sample code and generated diagram.
type Invoice record {| map<Item> name; int age; |}; type Item record {| int itemId; string 'type; string name; |};