Type Alias Properties<T>

Properties: { [k in keyof T]: T[k] }

Gets the properties of an object type.

Type Parameters

  • T