import type { ComputedConstraint } from "./ComputedConstraint"; export type GetComputedDoc = TComputed extends unknown ? { [k in keyof TComputed]: ReturnType; } : never;