import { SelectorOption } from "@/components"; export const antiCaptchaOption: SelectorOption[] = [ { label: "Anti-Captcha", value: "anti-captcha", }, { label: "Death by Captcha", value: "death-by-captcha", }, ];