authoringHoverResultSchema
@gooi/language-server / contracts/navigation-results / authoringHoverResultSchema
Variable: authoringHoverResultSchema
constauthoringHoverResultSchema:ZodObject<{hover:ZodNullable<ZodObject<{contents: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:24
Hover read-path result.