Variable AnalyzeLegislativeEffectivenessSchemaConst
AnalyzeLegislativeEffectivenessSchema: ZodObject<
{
dateFrom: ZodOptional<ZodString>;
dateTo: ZodOptional<ZodString>;
subjectId: ZodString;
subjectType: ZodEnum<{ COMMITTEE: "COMMITTEE"; MEP: "MEP" }>;
},
$strip,
> = ...
Analyze legislative effectiveness input schema