@cto.af/utils - v1.3.6
    Preparing search index...

    Type Alias Selector<T>

    Selector: Partial<T> | (keyof T)[] | Set<keyof T>

    Select with a defaults object, a list of keys, or a set of keys. The set of keys might perform better, but we can't extract types from it.

    Type Parameters

    • T extends object

      Options object, where most properties are optional.