added type
This commit is contained in:
@ -30,6 +30,9 @@ import {
|
|||||||
PopoverTrigger,
|
PopoverTrigger,
|
||||||
} from "@/components/ui/popover";
|
} from "@/components/ui/popover";
|
||||||
import { toast } from "@/components/ui/use-toast";
|
import { toast } from "@/components/ui/use-toast";
|
||||||
|
import { chuni_static_avatar } from "@/prisma/schemas/artemis/generated/artemis";
|
||||||
|
|
||||||
|
type chunithm = chuni_static_avatar;
|
||||||
|
|
||||||
const AvatarParts = [
|
const AvatarParts = [
|
||||||
{ label: "Head", value: "avatarHead", src: "/path/to/head.png" },
|
{ label: "Head", value: "avatarHead", src: "/path/to/head.png" },
|
||||||
|
Reference in New Issue
Block a user