KV 64bd34a7c6 Add type aliases that reflect their semantics
Using Any or str in type annotations might increase the need for extra
comments to explain the real valid values. However, such needs can be
drastically reduced with the help of semanticly named type aliases.

Each type alias have their legal values described in comments.
Actual validation might be implemented in the future.
2020-11-01 15:26:11 +01:00
..
2020-10-17 11:53:11 +02:00
2020-06-28 11:43:31 +02:00
2020-08-12 18:06:06 +02:00