jamespot-user-api
Preparing search index...
createFaqEntrySchema
Variable createFaqEntrySchema
Const
createFaqEntrySchema
:
ZodIntersection
<
ZodIntersection
<
ZodObject
<
ZodShape
<
ArticleCreation
>
,
"strip"
,
ZodTypeAny
,
ArticleCreation
,
ArticleCreation
,
>
,
ZodObject
<
{
token
:
ZodOptional
<
ZodUnion
<
[
ZodString
,
ZodUndefined
]
>
>
}
,
"strip"
,
ZodTypeAny
,
{
token
?:
string
}
,
{
token
?:
string
}
,
>
,
>
,
ZodObject
<
{
faqResponse
:
ZodOptional
<
ZodString
>
;
tags
:
ZodOptional
<
ZodString
>
;
type
:
ZodLiteral
<
"faqItem"
>
;
}
,
"strip"
,
ZodTypeAny
,
{
faqResponse
?:
string
;
tags
?:
string
;
type
:
"faqItem"
}
,
{
faqResponse
?:
string
;
tags
?:
string
;
type
:
"faqItem"
}
,
>
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jamespot-user-api
Loading...