Skip to content

Variable: GetAllQuickFiltersSchema

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

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