jamespot-user-api
Preparing search index...
OrgChartConfigSchema
Variable OrgChartConfigSchema
Const
OrgChartConfigSchema
:
ZodObject
<
{
nodes
:
ZodArray
<
ZodObject
<
{
id
:
ZodUnion
<
[
ZodNumber
,
ZodString
]
>
;
img
:
ZodString
;
imgId
:
ZodOptional
<
ZodNullable
<
ZodNumber
>
>
;
isAssistant
:
ZodOptional
<
ZodNullable
<
ZodNumber
>
>
;
isInternal
:
ZodNumber
;
links
:
ZodArray
<
ZodObject
<
{
selected
:
ZodBoolean
;
title
:
ZodString
;
uri
:
ZodString
}
,
"strip"
,
ZodTypeAny
,
{
selected
:
boolean
;
title
:
string
;
uri
:
string
}
,
{
selected
:
boolean
;
title
:
string
;
uri
:
string
}
,
>
,
"many"
,
>
;
mail
:
ZodOptional
<
ZodNullable
<
ZodString
>
>
;
name
:
ZodString
;
openInNewTab
:
ZodOptional
<
ZodNullable
<
ZodNumber
>
>
;
phone
:
ZodOptional
<
ZodNullable
<
ZodString
>
>
;
pid
:
ZodOptional
<
ZodNullable
<
ZodNumber
>
>
;
selectedLink
:
ZodOptional
<
ZodNullable
<
ZodObject
<
{
selected
:
ZodBoolean
;
title
:
ZodString
;
uri
:
ZodString
}
,
"strip"
,
ZodTypeAny
,
{
selected
:
boolean
;
title
:
string
;
uri
:
string
}
,
{
selected
:
boolean
;
title
:
string
;
uri
:
string
}
,
>
,
>
,
>
;
tags
:
ZodArray
<
ZodString
,
"many"
>
;
title
:
ZodOptional
<
ZodNullable
<
ZodString
>
>
;
uri
:
ZodOptional
<
ZodNullable
<
ZodString
>
>
;
}
,
"strip"
,
ZodTypeAny
,
TOrgChartNode
,
TOrgChartNode
,
>
,
"many"
,
>
;
platformColors
:
ZodRecord
<
ZodString
,
ZodString
>
;
}
,
"strip"
,
ZodTypeAny
,
{
nodes
:
TOrgChartNode
[]
;
platformColors
:
Record
<
string
,
string
>
}
,
{
nodes
:
TOrgChartNode
[]
;
platformColors
:
Record
<
string
,
string
>
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jamespot-user-api
Loading...