Documentation for Simbo's Packages
GitHub Repository
Preparing search index...
@simbo/monorepo-packages-list
optionsSchema
Variable optionsSchema
Const
optionsSchema
:
ZodObject
<
{
after
:
ZodDefault
<
ZodOptional
<
ZodUnion
<
readonly
[
ZodString
,
ZodType
<
BeforeAfterFn
,
BeforeAfterFn
,
$ZodTypeInternals
<
BeforeAfterFn
,
BeforeAfterFn
>
,
>
,
]
,
>
,
>
,
>
;
before
:
ZodDefault
<
ZodOptional
<
ZodUnion
<
readonly
[
ZodString
,
ZodType
<
BeforeAfterFn
,
BeforeAfterFn
,
$ZodTypeInternals
<
BeforeAfterFn
,
BeforeAfterFn
>
,
>
,
]
,
>
,
>
,
>
;
delimiter
:
ZodDefault
<
ZodOptional
<
ZodString
>
>
;
filterFn
:
ZodDefault
<
ZodOptional
<
ZodType
<
FilterFn
,
FilterFn
,
$ZodTypeInternals
<
FilterFn
,
FilterFn
>
>
,
>
,
>
;
sortCompareFn
:
ZodDefault
<
ZodOptional
<
ZodType
<
SortCompareFn
,
SortCompareFn
,
$ZodTypeInternals
<
SortCompareFn
,
SortCompareFn
>
,
>
,
>
,
>
;
templateData
:
ZodDefault
<
ZodOptional
<
ZodObject
<
{
changelogUrlFn
:
ZodOptional
<
ZodType
<
TemplateDataFn
,
TemplateDataFn
,
$ZodTypeInternals
<
TemplateDataFn
,
TemplateDataFn
>
,
>
,
>
;
docsUrlFn
:
ZodOptional
<
ZodType
<
TemplateDataFn
,
TemplateDataFn
,
$ZodTypeInternals
<
TemplateDataFn
,
TemplateDataFn
>
,
>
,
>
;
packageUrlFn
:
ZodOptional
<
ZodType
<
TemplateDataFn
,
TemplateDataFn
,
$ZodTypeInternals
<
TemplateDataFn
,
TemplateDataFn
>
,
>
,
>
;
readmeUrlFn
:
ZodOptional
<
ZodType
<
TemplateDataFn
,
TemplateDataFn
,
$ZodTypeInternals
<
TemplateDataFn
,
TemplateDataFn
>
,
>
,
>
;
repoUrlFn
:
ZodOptional
<
ZodType
<
TemplateDataFn
,
TemplateDataFn
,
$ZodTypeInternals
<
TemplateDataFn
,
TemplateDataFn
>
,
>
,
>
;
}
,
$loose
,
>
,
>
,
>
;
templateFn
:
ZodDefault
<
ZodOptional
<
ZodType
<
TemplateFn
,
TemplateFn
,
$ZodTypeInternals
<
TemplateFn
,
TemplateFn
>
,
>
,
>
,
>
;
workingDir
:
ZodDefault
<
ZodOptional
<
ZodString
>
>
;
}
,
$strict
,
>
= ...
The schema for the options for the monorepo packages list.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub Repository
Documentation for Simbo's Packages
Loading...
The schema for the options for the monorepo packages list.