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