Variable: MetadataSchema
const MetadataSchema: ZodObject<{
component: ZodOptional<ZodString>;
description: ZodOptional<ZodString>;
tags: ZodOptional<ZodArray<ZodString>>;
}, $strip>;
Defined in: packages/uimatch-selector-anchors/src/types/schema.ts:33
Metadata schema for additional anchor information