added type

This commit is contained in:
Polaris 2024-07-21 13:26:18 -04:00
parent f916143f15
commit 0970dd83a7
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ import {
PopoverTrigger,
} from "@/components/ui/popover";
import { toast } from "@/components/ui/use-toast";
import { chuni_static_avatar } from "@/prisma/schemas/artemis/generated/artemis";
type chunithm = chuni_static_avatar;
const AvatarParts = [
{ label: "Head", value: "avatarHead", src: "/path/to/head.png" },