Esposter
Preparing search index...
@esposter/db-schema
CompositeKeyEntityConstraint
Interface CompositeKeyEntityConstraint
interface
CompositeKeyEntityConstraint
{
partitionKey
:
ZodString
|
ZodUUID
;
rowKey
:
ZodString
|
ZodUUID
;
readonly
[
key
:
string
]:
$ZodType
<
unknown
,
unknown
,
$ZodTypeInternals
<
unknown
,
unknown
>
,
>
;
}
Hierarchy
ZodRawShape
CompositeKeyEntityConstraint
Indexable
readonly
[
key
:
string
]:
$ZodType
<
unknown
,
unknown
,
$ZodTypeInternals
<
unknown
,
unknown
>
>
Index
Properties
partition
Key
row
Key
Properties
partition
Key
partitionKey
:
ZodString
|
ZodUUID
row
Key
rowKey
:
ZodString
|
ZodUUID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
partition
Key
row
Key
Esposter
Loading...