Status of a manga match operation.
export type MatchStatus = "pending" | "matched" | "manual" | "skipped"; Copy
export type MatchStatus = "pending" | "matched" | "manual" | "skipped";
Status of a manga match operation.