Esposter
Preparing search index...
@esposter/db-schema
baseMessageEntitySchema
Variable baseMessageEntitySchema
Const
baseMessageEntitySchema
:
ZodObject
<
{
createdAt
:
ZodDate
;
deletedAt
:
ZodNullable
<
ZodDate
>
;
files
:
ZodDefault
<
ZodArray
<
ZodObject
<
{
filename
:
ZodString
;
id
:
ZodUUID
;
mimetype
:
ZodString
;
size
:
ZodInt
;
}
,
$strip
,
>
,
>
,
>
;
isEdited
:
ZodOptional
<
ZodLiteral
<
true
>
>
;
isForward
:
ZodOptional
<
ZodLiteral
<
true
>
>
;
isPinned
:
ZodOptional
<
ZodLiteral
<
true
>
>
;
mentions
:
ZodDefault
<
ZodArray
<
ZodString
>
>
;
message
:
ZodDefault
<
ZodString
>
;
partitionKey
:
ZodUUID
;
replyRowKey
:
ZodOptional
<
ZodString
>
;
rowKey
:
ZodString
;
type
:
ZodDefault
<
ZodEnum
<
{
EditRoom
:
EditRoom
;
Message
:
Message
;
PinMessage
:
PinMessage
}
,
>
,
>
;
updatedAt
:
ZodDate
;
userId
:
ZodString
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Esposter
Loading...