starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-21 12:34:20 +00:00

Fix incorrectly named anime interface

This commit is contained in:
Steffo 2024-11-05 13:22:18 +01:00
parent 38a8aaa51d
commit fd60de034a
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,6 +1,6 @@
import { ReviewData } from "./review.ts";
export interface GameData extends ReviewData {
export interface AnimeData extends ReviewData {
name_original: string;
active?: boolean;