credits -> credit
This commit is contained in:
parent
dacd524069
commit
3510d1b8c5
3 changed files with 6 additions and 6 deletions
2
lib.ts
2
lib.ts
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue