url scheme done, switch between apps and orgs mostly done
This commit is contained in:
@@ -12,7 +12,8 @@ export default class Network {
|
||||
id: z.number(),
|
||||
name: z.string(),
|
||||
apps: z.array(z.string()),
|
||||
logo: z.string()
|
||||
logo: z.string(),
|
||||
abbreviation: z.string()
|
||||
})
|
||||
.strict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user