jmap-kit
    Preparing search index...

    Type Alias RequireSome<T, K>

    RequireSome: Required<Pick<T, K>> & Partial<Omit<T, K>>

    From T, make the specified properties in the union K required, and make all other properties optional

    Type Parameters

    • T
    • K extends keyof T