Esposter
Preparing search index...
@esposter/db-schema
createAzureEntitySchema
Function createAzureEntitySchema
createAzureEntitySchema
<
TEntity
extends
CompositeKeyEntityConstraint
>
(
schema
:
ZodObject
<
TEntity
>
,
)
:
ZodObject
<
{
-
readonly
[
P
in
string
|
number
|
symbol
]
:
(
TEntity
&
{
createdAt
:
ZodDate
;
deletedAt
:
ZodNullable
<
ZodDate
>
;
updatedAt
:
ZodDate
;
}
)
[
P
]
}
,
$strip
,
>
Type Parameters
TEntity
extends
CompositeKeyEntityConstraint
Parameters
schema
:
ZodObject
<
TEntity
>
Returns
ZodObject
<
{
-
readonly
[
P
in
string
|
number
|
symbol
]
:
(
TEntity
&
{
createdAt
:
ZodDate
;
deletedAt
:
ZodNullable
<
ZodDate
>
;
updatedAt
:
ZodDate
;
}
)
[
P
]
}
,
$strip
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Esposter
Loading...