Variable: SourceLocationSchema
const SourceLocationSchema: ZodObject<{
col: ZodNumber;
file: ZodString;
line: ZodNumber;
}, $strip>;
Defined in: packages/uimatch-selector-anchors/src/types/schema.ts:6
Source location schema for anchor points in code