Variable: FallbacksSchema
const FallbacksSchema: ZodObject<{
classList: ZodOptional<ZodArray<ZodString>>;
role: ZodOptional<ZodString>;
tag: ZodOptional<ZodString>;
text: ZodOptional<ZodString>;
}, $strip>;
Defined in: packages/uimatch-selector-anchors/src/types/schema.ts:65
Fallbacks schema - additional strategies for selector resolution