MinimalMatchResult: { selectedMatch?: { format?: string; genres?: string[] } }

Minimal match result shape containing only selectedMatch for genre extraction.

Type declaration

  • Optional ReadonlyselectedMatch?: { format?: string; genres?: string[] }
type MinimalMatchResult = {
readonly selectedMatch?: {
readonly format?: string;
readonly genres?: string[];
};
};