Minimal match result shape containing only selectedMatch for genre extraction.
Optional
Readonly
type MinimalMatchResult = { readonly selectedMatch?: { readonly format?: string; readonly genres?: string[]; };}; Copy
type MinimalMatchResult = { readonly selectedMatch?: { readonly format?: string; readonly genres?: string[]; };};
Minimal match result shape containing only selectedMatch for genre extraction.