import type { ComputedConstraint } from "./ComputedConstraint"; export type GetComputedDef = { [k in keyof TComputed]: ReturnType; };