Variable: EstimationConfigurationSchema
ts
const EstimationConfigurationSchema: ZodObject<{
localisedDescription: ZodOptional<ZodString>;
localisedName: ZodOptional<ZodString>;
value: ZodOptional<ZodCustom<string & object | "STORY_POINTS" | "ORIGINAL_ESTIMATE", string & object | "STORY_POINTS" | "ORIGINAL_ESTIMATE">>;
}, $loose>;Defined in: src/agile/models/estimationConfiguration.ts:4