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:
parent
38a8aaa51d
commit
fd60de034a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { ReviewData } from "./review.ts";
|
||||
|
||||
export interface GameData extends ReviewData {
|
||||
export interface AnimeData extends ReviewData {
|
||||
name_original: string;
|
||||
|
||||
active?: boolean;
|
||||
|
|
Loading…
Reference in a new issue