Variable: DownloadAttatchmentSchema
ts
const DownloadAttatchmentSchema: ZodObject<{
attachmentId: ZodString;
id: ZodString;
status: ZodOptional<ZodArray<ZodString>>;
version: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/v1/parameters/downloadAttatchment.ts:3