Added docs to Keys for localStorage.

This commit is contained in:
Werner Kroneman 2024-11-17 12:59:58 +02:00
parent 73be97195b
commit 9fa011c6e0

View file

@ -3,6 +3,9 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
/**
* A typesafe enum of keys for localStorage.
*/
export type Keys =
'v' |
'lastVersion' |