Props for the ConfidenceTestExporter component.

export interface ConfidenceTestExporterProps {
/** The manga match result to generate a test command for. */
match: MangaMatchResult;
}
interface ConfidenceTestExporterProps {
    match: MangaMatchResult;
}

Properties

Properties

The manga match result to generate a test command for.