MatchConfig: {
    ignoreOneShots: boolean;
    ignoreAdultContent: boolean;
    blurAdultContent: boolean;
}

Matching configuration options for automatic manga matching.

Type declaration

  • ignoreOneShots: boolean
  • ignoreAdultContent: boolean
  • blurAdultContent: boolean
export type MatchConfig = {
ignoreOneShots: boolean;
ignoreAdultContent: boolean;
blurAdultContent: boolean;
};