chore: comment
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s
This commit is contained in:
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 = {
|
export type FileServerMap = {
|
||||||
[key: string]: {
|
[key: string]: {
|
||||||
read: boolean
|
read: boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user