Skip to content

Variable: GetSelectableIssueFieldOptionsSchema

ts
const GetSelectableIssueFieldOptionsSchema: ZodObject<{
  fieldKey: ZodString;
  maxResults: ZodOptional<ZodNumber>;
  projectId: ZodOptional<ZodNumber>;
  startAt: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/cloud/parameters/getSelectableIssueFieldOptions.ts:3