Variable: HintsSchema
const HintsSchema: ZodObject<{
classList: ZodOptional<ZodOptional<ZodArray<ZodString>>>;
role: ZodOptional<ZodOptional<ZodString>>;
tag: ZodOptional<ZodOptional<ZodString>>;
text: ZodOptional<ZodOptional<ZodString>>;
}, $strip>;
Defined in: packages/uimatch-selector-anchors/src/types/schema.ts:77
Hints schema - additional hints extracted from source