@squidcloud/client
    Preparing search index...

    Type Alias PartialBy<T, K>

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

    Makes the specified keys in a type optional, leaving the rest unchanged.

    Type Parameters

    • T
    • K extends keyof T