Type Alias ContentTypes

ContentTypes:
    | "doujinshi"
    | "manga"
    | "artistcg"
    | "gamecg"
    | "anime"
    | "imageset"

Type representing the values of valid Content Types.