Type alias Copy<T>

Copy<T>: {
    [K in keyof T]: T[K]
}

Type Parameters

  • T extends object