Skip to content

Commit 7162834

Browse files
authored
chore: fix jsdoc
1 parent f500f4d commit 7162834

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/hub/src/types/messages.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ export interface DevframeMessageEntry {
109109
*/
110110
actions?: DevframeMessageAction[]
111111
/**
112-
* Time in ms to auto-dismiss the toast notification (client-side)
112+
* Time in ms to auto-dismiss the toast notification (client-side) or
113+
* `false` to keep it indefinitely.
113114
*/
114115
autoDismiss?: number | false
115116
/**

0 commit comments

Comments
 (0)