Variable AttachmentArchiveItemReadableSchemaConst
AttachmentArchiveItemReadableSchema: ZodObject<
{
index: ZodOptional<ZodNumber>;
label: ZodOptional<ZodString>;
mediaType: ZodOptional<ZodString>;
path: ZodOptional<ZodString>;
size: ZodOptional<ZodString>;
},
$loose,
> = ...
Metadata for an item in an attachment archive.