basic user listing

This commit is contained in:
daniel31x13
2024-04-22 18:00:59 -04:00
parent f37a4b9c9e
commit 7856e76b15
5 changed files with 110 additions and 1 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ declare global {
ARCHIVE_TAKE_COUNT?: string;
IGNORE_UNAUTHORIZED_CA?: string;
IGNORE_URL_SIZE_LIMIT?: string;
ADMINISTRATOR?: string;
SPACES_KEY?: string;
SPACES_SECRET?: string;
@@ -418,4 +419,4 @@ declare global {
}
}
export { };
export {};