mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Tests for browsing of artists and albums
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user