Type Alias CustomRuleTarget

CustomRuleTarget:
    | "titles"
    | "author"
    | "genres"
    | "tags"
    | "format"
    | "country"
    | "source"
    | "description"
    | "status"

Metadata fields that custom rules can target.

export type CustomRuleTarget =
| "titles" // All title variants (romaji, english, native, synonyms, alternative_titles)
| "author" // Author/staff names
| "genres" // Genre array
| "tags" // Tag names and categories
| "format" // Manga format (MANGA, NOVEL, ONE_SHOT, etc.)
| "country" // Country of origin
| "source" // Source material (ORIGINAL, MANGA, LIGHT_NOVEL, etc.)
| "description" // Description text and notes
| "status"; // Publishing status