import type { KeyValidator } from "hry-types/src/Generic/_api"; export type ValidatorPrefix = Prefix extends "" ? unknown : KeyValidator;