chore: comment
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s

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

View File

@ -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 = { export type FileServerMap = {
[key: string]: { [key: string]: {
read: boolean read: boolean