Status values for manga matching operations in the import workflow.
export type MatchStatus = "pending" | "matched" | "manual" | "skipped"; Copy
export type MatchStatus = "pending" | "matched" | "manual" | "skipped";
Status values for manga matching operations in the import workflow.