diff --git a/lib/types.ts b/lib/types.ts index 986b16a..594da40 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -121,7 +121,7 @@ export type GetReleaseResponse = { artists: Array; data_quality: string; thumb: string; - community: Array<{ + community: { contributors: Array<{ resource_url: string; username: string }>; data_quality: string; have: number; @@ -129,7 +129,7 @@ export type GetReleaseResponse = { status: Status; submitter: { resource_url: string; username: string }; want: number; - }>; + }; companies: Array<{ catno: string; entity_type: string;