Variable FindComponentsForProjectsSchemaConst
FindComponentsForProjectsSchema: ZodObject<
{
maxResults: ZodOptional<ZodNumber>;
orderBy: ZodOptional<
ZodCustom<
| "name"
| "description"
| string & {}
| "-description"
| "+description"
| "-name"
| "+name",
| "name"
| "description"
| string & {}
| "-description"
| "+description"
| "-name"
| "+name",
>,
>;
projectIdsOrKeys: ZodOptional<ZodArray<ZodString>>;
query: ZodOptional<ZodString>;
startAt: ZodOptional<ZodNumber>;
},
$strip,
> = ...