docs and tools

This commit is contained in:
counterweight 2025-12-20 23:09:46 +01:00
parent d3638e2e69
commit 917ab0a584
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 54 additions and 5 deletions

View file

@ -601,8 +601,8 @@ export interface components {
id: number;
/** Email */
email: string;
/** Roles */
roles: string[];
/** Guachachas */
guachachas: string[];
/** Permissions */
permissions: string[];
};