authoringReferencesResultSchema
@gooi/language-server / contracts/navigation-results / authoringReferencesResultSchema
Variable: authoringReferencesResultSchema
constauthoringReferencesResultSchema:ZodObject<{items:ZodArray<ZodObject<{documentPath:ZodString;documentUri:ZodString;range:ZodObject<{end:ZodObject<{character:ZodNumber;line:ZodNumber; },$strip>;start:ZodObject<{character:ZodNumber;line:ZodNumber; },$strip>; },$strip>;symbolId:ZodString; },$strip>>;parity:ZodObject<{issues:ZodArray<ZodObject<{code:ZodEnum<{artifact_mismatch_error:"artifact_mismatch_error";catalog_mismatch_error:"catalog_mismatch_error"; }>;message:ZodString;path:ZodString;staleArtifacts:ZodLiteral<true>; },$strip>>;lockfileHash:ZodString;status:ZodEnum<{matched:"matched";mismatch:"mismatch"; }>; },$strip>; },$strip>
Defined in: authoring/language-server/src/contracts/navigation-results.ts:52
References read-path result.