Skip to main content

authoringProtocolReferencesParamsSchema

@gooi/language-server


@gooi/language-server / contracts/protocol-contracts / authoringProtocolReferencesParamsSchema

Variable: authoringProtocolReferencesParamsSchema

const authoringProtocolReferencesParamsSchema: ZodObject<{ includeDeclaration: ZodOptional<ZodBoolean>; position: ZodObject<{ character: ZodNumber; line: ZodNumber; }, $strip>; }, $strip>

Defined in: authoring/language-server/src/contracts/protocol-contracts.ts:117

Protocol params for references.