redesigned share page and change type names
This commit is contained in:
@ -21,10 +21,10 @@ import { chuni_score_playlog } from "@/prisma/schemas/artemis/generated/artemis"
|
||||
import { chuni_static_music } from "@/prisma/schemas/artemis/generated/artemis";
|
||||
import { getGrade } from "@/lib/helpers";
|
||||
|
||||
type includesPlayCount = chuni_score_playlog &
|
||||
type chunithm = chuni_score_playlog &
|
||||
chuni_static_music & { playCount: number };
|
||||
|
||||
export const columns: ColumnDef<includesPlayCount>[] = [
|
||||
export const columns: ColumnDef<chunithm>[] = [
|
||||
{
|
||||
accessorKey: "title",
|
||||
header: "Title",
|
||||
|
Reference in New Issue
Block a user