Variable AttachTemporaryFileSchemaConst
AttachTemporaryFileSchema: ZodObject<
{
temporaryAttachments: ZodOptional<
ZodArray<
ZodObject<
{
fileName: ZodOptional<ZodString>;
temporaryAttachmentId: ZodOptional<ZodString>;
},
$loose,
>,
>,
>;
},
$loose,
> = ...