• creates a partial object from the given where the new object only has the properties passed in the name keys array. The values of those properties are copied from the original object.

    Type Parameters

    • T

    Parameters

    • fullEntity: T

      original object

    • properties: (keyof T)[]

      name keys of properties for the new object

    Returns T

    Export

Generated using TypeDoc