diff --git a/webxdc.d.ts b/webxdc.d.ts index b2b03a3..7ba02d0 100644 --- a/webxdc.d.ts +++ b/webxdc.d.ts @@ -24,7 +24,7 @@ type ReceivedStatusUpdate = { max_serial: number; /** optional, short, informational message. */ info?: string; - /** optional, short text, shown beside app icon. If there are no updates, an empty JSON-array is returned. */ + /** optional, short text, shown beside app icon. */ summary?: string; };