-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Some actions accept a list of key-value pairs.
Examples:
We could add support for these, to avoid describing them as list of strings.
E.g. in Kotlin, it would be mapped to List<Pair>, and would be possible to write listOf("foo" to "bar", "baz" to "goo").
Consider (also?) introducing a dictionary typing, maybe it would cover this case in a more correct way.
Metadata
Metadata
Assignees
Labels
No labels