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

Type Parameters

  • T extends { [key: string]: unknown }