Documentation
Preparing search index...
rivetkit
inspector/mod
ActorSchema
Variable ActorSchema
Const
ActorSchema
:
ZodObject
<
{
createdAt
:
ZodOptional
<
ZodString
>
;
destroyedAt
:
ZodOptional
<
ZodString
>
;
features
:
ZodOptional
<
ZodArray
<
ZodEnum
<
typeof
ActorFeature
>
>
>
;
id
:
$ZodBranded
<
ZodString
,
"ActorId"
>
;
key
:
ZodArray
<
ZodString
>
;
name
:
ZodString
;
region
:
ZodOptional
<
ZodString
>
;
startedAt
:
ZodOptional
<
ZodString
>
;
tags
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodString
>
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Loading...