mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
add typedef for Ref
This commit is contained in:
parent
38417ab661
commit
1fe86c3d9c
@ -21,3 +21,9 @@
|
||||
* @callback ErrorCallback
|
||||
* @param {Error} error - The error to handle
|
||||
*/
|
||||
|
||||
/**
|
||||
* @template T
|
||||
* @typedef {Object} Ref
|
||||
* @property {T} value
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user