Variable GetPlenaryDocumentsFeedSchemaConst
GetPlenaryDocumentsFeedSchema: ZodObject<
{
startDate: ZodOptional<ZodString>;
timeframe: ZodDefault<
ZodEnum<
{
custom: "custom";
"one-day": "one-day";
"one-month": "one-month";
"one-week": "one-week";
today: "today";
},
>,
>;
},
$strip,
> = BaseFeedParamsSchema
GET /plenary-documents/feed