Variable GetControlledVocabulariesFeedSchemaConst
GetControlledVocabulariesFeedSchema: 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 /controlled-vocabularies/feed