Esposter
Preparing search index...
@esposter/db-schema
standardCreateMessageInputSchema
Variable standardCreateMessageInputSchema
Const
standardCreateMessageInputSchema
:
ZodObject
<
{
files
:
ZodOptional
<
ZodDefault
<
ZodArray
<
ZodObject
<
{
filename
:
ZodString
;
id
:
ZodUUID
;
mimetype
:
ZodString
;
size
:
ZodInt
;
}
,
$strip
,
>
,
>
,
>
,
>
;
message
:
ZodOptional
<
ZodDefault
<
ZodString
>
>
;
replyRowKey
:
ZodOptional
<
ZodString
>
;
roomId
:
ZodUUID
;
type
:
ZodDefault
<
ZodEnum
<
{
EditRoom
:
EditRoom
;
Message
:
Message
;
PinMessage
:
PinMessage
}
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Esposter
Loading...