@resee-movies/utilities - v0.8.0
    Preparing search index...

    Type Alias Optional<T, K>

    Optional: Omit<T, K> & Partial<Pick<T, K>>

    A selective Partial utility type. Construct a type with the properties of T, and whose keys K are optional.

    Type Parameters

    • T
    • K extends keyof T & (string | number | symbol)