refactor: fix MkAcct type

This commit is contained in:
Lhcfl 2024-04-10 17:58:02 +08:00
parent 23145c61af
commit b6baded2e3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import { host as hostRaw } from "@/config";
import { defaultStore } from "@/store";
defineProps<{
user: entities.UserDetailed;
user: entities.UserLite;
detail?: boolean;
}>();