Variable IssueFieldOptionScopeSchemaConst
IssueFieldOptionScopeSchema: ZodObject<
{
global: ZodOptional<
ZodObject<
{
attributes: ZodOptional<
ZodArray<
ZodCustom<
string & {}
| "defaultValue"
| "notSelectable",
string & {} | "defaultValue" | "notSelectable",
>,
>,
>;
},
$loose,
>,
>;
projects: ZodOptional<ZodArray<ZodNumber>>;
projects2: ZodOptional<
ZodArray<
ZodObject<
{
attributes: ZodOptional<
ZodArray<
ZodCustom<
(...) & (...)
| "defaultValue"
| "notSelectable",
(...) & (...) | "defaultValue" | "notSelectable",
>,
>,
>;
id: ZodOptional<ZodNumber>;
},
$loose,
>,
>,
>;
},
$loose,
> = ...