Tests for browsing of artists and albums

This commit is contained in:
simojenki
2021-03-01 12:46:23 +11:00
parent 0cb02707f1
commit 3b350c4402
12 changed files with 778 additions and 57 deletions

View File

@@ -10,7 +10,7 @@ export type Association = {
export interface LinkCodes {
mint(): string
clear(): any
count(): Number
count(): number
has(linkCode: string): boolean
associate(linkCode: string, association: Association): any
associationFor(linkCode: string): Association | undefined