credits -> credit

This commit is contained in:
Soph :3 2025-12-14 21:21:50 +02:00
parent dacd524069
commit 3510d1b8c5
3 changed files with 6 additions and 6 deletions

2
lib.ts
View file

@ -22,7 +22,7 @@ export enum TripleBool {
YES = 1,
NO = 0
}
export interface Entry { name: string, url: string, credits: string, updated: TripleBool, links_work: TripleBool, best: boolean };
export interface Entry { name: string, url: string, credit: string, updated: TripleBool, links_work: TripleBool, best: boolean };
export type Change =
| { op: "delete"; name: string }