user can join

This commit is contained in:
metacryst
2026-01-13 11:22:37 -06:00
parent 604ba9f01c
commit 6efc5b6f97
8 changed files with 64 additions and 82 deletions

View File

@@ -13,7 +13,8 @@ export default class Network {
name: z.string(),
apps: z.array(z.string()),
logo: z.string(),
abbreviation: z.string()
abbreviation: z.string(),
created: z.string()
})
.strict()