Variable: AttachmentArchiveEntrySchema
ts
const AttachmentArchiveEntrySchema: ZodObject<{
abbreviatedName: ZodOptional<ZodString>;
entryIndex: ZodOptional<ZodNumber>;
mediaType: ZodOptional<ZodString>;
name: ZodOptional<ZodString>;
size: ZodOptional<ZodNumber>;
}, $loose>;Defined in: src/cloud/models/attachmentArchiveEntry.ts:4