From c60a60422f69e29628b6c946a15be271e90015aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 10 Nov 2021 00:47:10 +0100 Subject: Basic event modification works again. --- static/types.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/types.ts') diff --git a/static/types.ts b/static/types.ts index 1cf77f51..6d1331c7 100644 --- a/static/types.ts +++ b/static/types.ts @@ -181,6 +181,10 @@ let valid_input_types: Map = type tagname = 'vevent' | string -type JCalProperty = [string, any, ical_type, any[]] +/* TODO is this type correct? + What really are valid values for any? Does that depend on ical_type? Why is the tail a list? + What really is the type for the parameter map? +*/ +type JCalProperty = [string, Map, ical_type, any[]] type JCal = [tagname, JCalProperty[], JCal[]] -- cgit v1.2.3