Add decorators to typedef
| @@ -124,6 +124,7 @@ const KNOWN_DECORATORS = ['@@activate', '@@dont_activate']; | ||
| 124 | 124 | * @property {number} [sticky] The sticky value of the entry |
| 125 | 125 | * @property {number} [cooldown] The cooldown of the entry |
| 126 | 126 | * @property {number} [delay] The delay of the entry |
| 127 | + * @property {string[]} [decorators] Array of decorators for the entry | |
| 127 | 128 | */ |
| 128 | 129 | |
| 129 | 130 | /** |