Result object containing generated test command and associated metadata.
export interface ConfidenceTestCommand { command: string; description: string; searchTitle: string; candidateTitle: string; candidateRomaji: string | null; candidateNative: string | null; synonyms: string[];} Copy
export interface ConfidenceTestCommand { command: string; description: string; searchTitle: string; candidateTitle: string; candidateRomaji: string | null; candidateNative: string | null; synonyms: string[];}
Result object containing generated test command and associated metadata.
Source