import { SelectorOption } from "@/components"; export const seriesTypeOptions: SelectorOption[] = [ { label: "Standard", value: "standard" }, { label: "Anime", value: "anime" }, { label: "Daily", value: "daily" }, ];