On this pageType Alias: Identity<T> Identity<T> = { [P in keyof T]: T[P] } Defined in: types.ts:7 Type Parameters T T