jamespot-user-api
Preparing search index...
animationStatsSchema
Variable animationStatsSchema
Const
animationStatsSchema
:
ZodObject
<
{
dateCreation
:
ZodOptionalType
<
ZodType
<
string
|
undefined
,
ZodTypeDef
,
string
|
undefined
>
,
>
;
dateModified
:
ZodOptionalType
<
ZodType
<
string
|
null
|
undefined
,
ZodTypeDef
,
string
|
null
|
undefined
,
>
,
>
;
id
:
ZodType
<
number
,
ZodTypeDef
,
number
>
;
uri
:
ZodType
<
string
,
ZodTypeDef
,
string
>
;
}
&
{
animationName
:
ZodString
;
animAudience
:
ZodArray
<
ZodString
,
"many"
>
;
auto
:
ZodBoolean
;
dateEnd
:
ZodNullable
<
ZodString
>
;
dateStart
:
ZodString
;
mainType
:
ZodLiteral
<
"animationStat"
>
;
stats
:
ZodArray
<
ZodObject
<
ZodShape
<
AnimationStatsRow
>
,
"strip"
,
ZodTypeAny
,
AnimationStatsRow
,
AnimationStatsRow
,
>
,
"many"
,
>
;
type
:
ZodLiteral
<
"animationStat"
>
;
}
,
"strip"
,
ZodTypeAny
,
AnimationStats
,
AnimationStats
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jamespot-user-api
Loading...