Exact: { [K in keyof T]: T[K] }

Type Parameters

  • T extends Record<string, unknown>