Add bait mode, fix bugs

This commit is contained in:
Jesse Wierzbinski 2024-03-12 22:10:32 -10:00
parent d633116571
commit 480fcb363f
No known key found for this signature in database
14 changed files with 1627 additions and 236 deletions

View file

@ -41,7 +41,7 @@ export interface Collection<T> {
items: T[];
}
export interface User extends LysandObjectType {
export interface LysandUser extends LysandObjectType {
type: "User";
bio: ContentFormat[];