Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
Codecs
Interface Codecs<Fns>
interface
Codecs
<
Fns
>
{
classGuard
:
ClassGuardCodec
<
Fns
>
[]
;
customGuard
:
CustomGuardCodec
<
Fns
>
[]
;
name
:
Record
<
string
,
NameCodec
<
Fns
>
>
;
path
:
PathCodec
<
Fns
>
[]
;
type
:
Record
<
string
,
TypeCodec
<
Fns
>
>
;
}
Type Parameters
Fns
extends
CodecSerDesFns
Index
Properties
class
Guard
custom
Guard
name
path
type
Properties
class
Guard
class
Guard
:
ClassGuardCodec
<
Fns
>
[]
custom
Guard
custom
Guard
:
CustomGuardCodec
<
Fns
>
[]
name
name
:
Record
<
string
,
NameCodec
<
Fns
>
>
path
path
:
PathCodec
<
Fns
>
[]
type
type
:
Record
<
string
,
TypeCodec
<
Fns
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
class
Guard
custom
Guard
name
path
type
@datastax/astra-db-ts
Loading...