Variable GetProjectComponentsPaginatedSchemaConst
GetProjectComponentsPaginatedSchema: ZodObject<
{
componentSource: ZodOptional<
ZodCustom<
"auto"
| "jira"
| string & {}
| "compass",
"auto" | "jira" | string & {} | "compass",
>,
>;
maxResults: ZodOptional<ZodNumber>;
orderBy: ZodOptional<
ZodCustom<
| "name"
| "description"
| string & {}
| "lead"
| "issueCount"
| "-description"
| "+description"
| "-name"
| "+name"
| "-issueCount"
| "+issueCount"
| "-lead"
| "+lead",
| "name"
| "description"
| string & {}
| "lead"
| "issueCount"
| "-description"
| "+description"
| "-name"
| "+name"
| "-issueCount"
| "+issueCount"
| "-lead"
| "+lead",
>,
>;
projectIdOrKey: ZodString;
query: ZodOptional<ZodString>;
startAt: ZodOptional<ZodNumber>;
},
$strip,
> = ...