Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
StrictPop
Type alias StrictPop<Schema, InNotation>
Strict
Pop
<
Schema
,
InNotation
>
:
ContainsArr
<
InNotation
>
extends
true
?
{
[
K
in
keyof
ArrayUpdate
<
InNotation
>
]
?:
number
}
:
TypeErr
<
"Can not pop on a schema with no arrays"
>
Strongly types the pop operation (inc. dot notation schema).
Type Parameters
Schema
extends
SomeDoc
InNotation
=
ToDotNotation
<
Schema
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@datastax/astra-db-ts
Loading...
Strongly types the pop operation (inc. dot notation schema).