chore: remove uses of Lysand

This commit is contained in:
DevMiner 2024-08-22 23:09:58 +02:00
parent 6e59386f60
commit 9cac88861a
8 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@ type User struct {
Username string `json:"username"`
}
type LysandUser versia.User
type VersiaUser versia.User
type FetchUserResponse = APIResponse[User]