Variable CreateCustomFieldContextSchemaConst
CreateCustomFieldContextSchema: ZodObject<
{
description: ZodOptional<ZodString>;
id: ZodOptional<ZodString>;
issueTypeIds: ZodOptional<ZodArray<ZodString>>;
name: ZodString;
projectIds: ZodOptional<ZodArray<ZodString>>;
},
$loose,
> = ...
The details of a created custom field context.