Skip to content

Variable: GetProjectsSchema

ts
const GetProjectsSchema: ZodObject<{
  boardId: ZodNumber;
  maxResults: ZodOptional<ZodNumber>;
  startAt: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/agile/parameters/getProjects.ts:3