Matching configuration options for automatic manga matching.
export type MatchConfig = { ignoreOneShots: boolean; ignoreAdultContent: boolean; blurAdultContent: boolean;}; Copy
export type MatchConfig = { ignoreOneShots: boolean; ignoreAdultContent: boolean; blurAdultContent: boolean;};
Matching configuration options for automatic manga matching.