Added docs to Keys for localStorage.
This commit is contained in:
parent
73be97195b
commit
9fa011c6e0
|
@ -3,6 +3,9 @@
|
|||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
/**
|
||||
* A typesafe enum of keys for localStorage.
|
||||
*/
|
||||
export type Keys =
|
||||
'v' |
|
||||
'lastVersion' |
|
||||
|
|
Loading…
Reference in a new issue