musicbrainz-api 0.20.1 → 0.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -200,6 +200,7 @@ export interface IUrlList extends ISearchResult {
|
|
|
200
200
|
}
|
|
201
201
|
export type RelationDirection = 'backward' | 'forward';
|
|
202
202
|
export interface IRelation {
|
|
203
|
+
artist?: IArtist;
|
|
203
204
|
'attribute-ids': unknown[];
|
|
204
205
|
direction: RelationDirection;
|
|
205
206
|
'target-credit': string;
|