feature: rooms and events implemented on the backend
This commit is contained in:
parent
df00324e24
commit
85024c6e62
29 changed files with 1659 additions and 115 deletions
|
@ -5,6 +5,7 @@ import { by_character } from 'jsr:@andyburke/fsdb/organizers';
|
|||
export type USER = {
|
||||
id: string;
|
||||
username: string;
|
||||
permissions: string[];
|
||||
timestamps: {
|
||||
created: string;
|
||||
updated: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue