Props for the ConfidenceTestExporter component.
export interface ConfidenceTestExporterProps { /** The manga match result to generate a test command for. */ match: MangaMatchResult;} Copy
export interface ConfidenceTestExporterProps { /** The manga match result to generate a test command for. */ match: MangaMatchResult;}
The manga match result to generate a test command for.
Props for the ConfidenceTestExporter component.
Source