Skip to content

Variable: JiraMultipleSelectUserPickerFieldSchema

ts
const JiraMultipleSelectUserPickerFieldSchema: ZodObject<{
  fieldId: ZodString;
  users: ZodOptional<ZodArray<ZodObject<{
     accountId: ZodString;
  }, $loose>>>;
}, $loose>;

Defined in: src/cloud/models/jiraMultipleSelectUserPickerField.ts:5