import type { G } from "hry-types"; import type { Validators } from "../../../types/Validators"; import type { ValidatorPrefix } from "../ChunkData/validatePrefix"; import type { ChunkComputedConstraint } from "./ChunkComputedConstraint"; export type ChunkComputedOption = { computed?: TComputed & Validators<[ G.DuplicateFieldValidator, ValidatorPrefix ]>; };