Variable: AttachTemporaryFileSchema
ts
const AttachTemporaryFileSchema: ZodObject<{
temporaryAttachments: ZodOptional<ZodArray<ZodObject<{
fileName: ZodOptional<ZodString>;
temporaryAttachmentId: ZodOptional<ZodString>;
}, $loose>>>;
}, $loose>;Defined in: src/serviceDesk/models/attachTemporaryFile.ts:4