@tempots/std > Id
Represents an identity type that preserves the properties of the original type.
Signature:
export type Id = {} & { [P in keyof T]: T[P]; };