Skip to content

Variable: AttachmentArchiveItemReadableSchema

ts
const AttachmentArchiveItemReadableSchema: ZodObject<{
  index: ZodOptional<ZodNumber>;
  label: ZodOptional<ZodString>;
  mediaType: ZodOptional<ZodString>;
  path: ZodOptional<ZodString>;
  size: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/attachmentArchiveItemReadable.ts:5

Metadata for an item in an attachment archive.