@rendley/sdk - v1.15.19
Preparing search index...
FontRegistrySchema
Variable FontRegistrySchema
Const
FontRegistrySchema
:
Zod
.
ZodObject
<
{
fonts
:
Zod
.
ZodArray
<
Zod
.
ZodObject
<
{
customData
:
Zod
.
ZodOptional
<
Zod
.
ZodArray
<
Zod
.
ZodTuple
<
[
Zod
.
ZodString
,
Zod
.
ZodUnknown
]
,
null
>
,
"many"
,
>
,
>
;
descriptors
:
Zod
.
ZodOptional
<
Zod
.
ZodObject
<
{
style
:
Zod
.
ZodOptional
<
Zod
.
ZodString
>
;
weight
:
Zod
.
ZodOptional
<
Zod
.
ZodString
>
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
style
?:
string
;
weight
?:
string
}
,
{
style
?:
string
;
weight
?:
string
}
,
>
,
>
;
family
:
Zod
.
ZodString
;
src
:
Zod
.
ZodString
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
customData
?:
[
string
,
unknown
]
[]
;
descriptors
?:
{
style
?:
string
;
weight
?:
string
}
;
family
:
string
;
src
:
string
;
}
,
{
customData
?:
[
string
,
unknown
]
[]
;
descriptors
?:
{
style
?:
string
;
weight
?:
string
}
;
family
:
string
;
src
:
string
;
}
,
>
,
"many"
,
>
;
}
,
"strip"
,
Zod
.
ZodTypeAny
,
{
fonts
:
{
customData
?:
[
string
,
unknown
]
[]
;
descriptors
?:
{
style
?:
string
;
weight
?:
string
}
;
family
:
string
;
src
:
string
;
}
[]
;
}
,
{
fonts
:
{
customData
?:
[
string
,
unknown
]
[]
;
descriptors
?:
{
style
?:
string
;
weight
?:
string
}
;
family
:
string
;
src
:
string
;
}
[]
;
}
,
>
= ...
Zod schema for serialized font registry state.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@rendley/sdk - v1.15.19
Loading...
Zod schema for serialized font registry state.