Variable: JiraSingleSelectUserPickerFieldSchema
ts
const JiraSingleSelectUserPickerFieldSchema: ZodObject<{
fieldId: ZodString;
user: ZodOptional<ZodObject<{
accountId: ZodString;
}, $loose>>;
}, $loose>;Defined in: src/cloud/models/jiraSingleSelectUserPickerField.ts:5