mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add bait mode, fix bugs
This commit is contained in:
parent
d633116571
commit
480fcb363f
14 changed files with 1627 additions and 236 deletions
|
|
@ -41,7 +41,7 @@ export interface Collection<T> {
|
|||
items: T[];
|
||||
}
|
||||
|
||||
export interface User extends LysandObjectType {
|
||||
export interface LysandUser extends LysandObjectType {
|
||||
type: "User";
|
||||
bio: ContentFormat[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue