Esposter
Preparing search index...
@esposter/db-schema
createMessageMetadataEntitySchema
Function createMessageMetadataEntitySchema
createMessageMetadataEntitySchema
<
T
extends
ZodType
<
string
,
unknown
,
$ZodTypeInternals
<
string
,
unknown
>
>
,
>
(
typeSchema
:
T
,
)
:
ZodObject
<
{
createdAt
:
ZodDate
;
deletedAt
:
ZodNullable
<
ZodDate
>
;
messageRowKey
:
ZodString
;
partitionKey
:
ZodUUID
;
rowKey
:
ZodString
;
type
:
T
;
updatedAt
:
ZodDate
;
}
,
$strip
,
>
Type Parameters
T
extends
ZodType
<
string
,
unknown
,
$ZodTypeInternals
<
string
,
unknown
>
>
Parameters
typeSchema
:
T
Returns
ZodObject
<
{
createdAt
:
ZodDate
;
deletedAt
:
ZodNullable
<
ZodDate
>
;
messageRowKey
:
ZodString
;
partitionKey
:
ZodUUID
;
rowKey
:
ZodString
;
type
:
T
;
updatedAt
:
ZodDate
;
}
,
$strip
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Esposter
Loading...