Variable EstimationConfigurationSchemaConst
EstimationConfigurationSchema: ZodObject<
{
localisedDescription: ZodOptional<ZodString>;
localisedName: ZodOptional<ZodString>;
value: ZodOptional<
ZodCustom<
string & {}
| "STORY_POINTS"
| "ORIGINAL_ESTIMATE",
string & {} | "STORY_POINTS" | "ORIGINAL_ESTIMATE",
>,
>;
},
$loose,
> = ...