Added docs to Keys for localStorage.

This commit is contained in:
Mizah 2024-11-17 12:59:58 +02:00
parent 8c1508fae4
commit 7f6b486976

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' |