data-cap
    Preparing search index...

    Type Alias IdentityKeys<Item>

    IdentityKeys: readonly (keyof Item & string)[]

    Declared identity field names for one array item shape -- e.g. ["id"], or ["postId", "commentId"] for a composite key.

    Type Parameters

    • Item