mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Support an "any" type that accepts data from any other type (e.g., int, strings, etc) except for the null value. This can be used in maps as the value of keys that are expected to be present but without a particular type. Signed-off-by: Miguel Pires <miguel.pires@canonical.com>