chore: comment

This commit is contained in:
Stixx 2025-01-15 10:41:32 +01:00
parent 19b9374ca0
commit 28150c424e

@ -1,3 +1,7 @@
/**
* We are using a map instead of an array because the future plan is to have
* read and write file servers, so this model is prepared for that nostr feature.
*/
export type FileServerMap = {
[key: string]: {
read: boolean