export type SubComputedConstraint = { [k in keyof obj]?: () => obj[k]; };