Variable GetAdoptedTextsFeedSchemaConst
GetAdoptedTextsFeedSchema: ZodObject<
{
startDate: ZodOptional<ZodString>;
timeframe: ZodDefault<
ZodEnum<
{
custom: "custom";
"one-day": "one-day";
"one-month": "one-month";
"one-week": "one-week";
today: "today";
},
>,
>;
workType: ZodOptional<ZodString>;
},
$strip,
> = ...
GET /adopted-texts/feed