@squidcloud/client
    Preparing search index...

    Type Alias ProjectedResult<T, K>

    ProjectedResult: Pick<T, K>

    Result type after projection: only the selected fields. Note: docId and PKs are still returned at runtime, but not included in the type. Users must explicitly project fields they want in the type.

    Type Parameters

    • T
    • K extends keyof T