Esposter
Preparing search index...
@esposter/db-schema
moderationLogEntitySchema
Variable moderationLogEntitySchema
Const
moderationLogEntitySchema
:
ZodObject
<
{
actorUserId
:
ZodString
;
createdAt
:
ZodDate
;
deletedAt
:
ZodNullable
<
ZodDate
>
;
durationMs
:
ZodOptional
<
ZodInt
>
;
partitionKey
:
ZodUUID
;
rowKey
:
ZodString
;
targetUserId
:
ZodString
;
type
:
ZodEnum
<
typeof
AdminActionType
>
;
updatedAt
:
ZodDate
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Esposter
Loading...