refactor: fix MkAcct type

This commit is contained in:
Lhcfl 2024-04-10 17:58:02 +08:00
parent 23145c61af
commit b6baded2e3

View file

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