authoringProtocolResponseSchema
@gooi/language-server / contracts/protocol-contracts / authoringProtocolResponseSchema
Variable: authoringProtocolResponseSchema
constauthoringProtocolResponseSchema:ZodObject<{error:ZodOptional<ZodObject<{message:ZodString; },$strip>>;id:ZodNullable<ZodUnion<readonly [ZodString,ZodNumber]>>;result:ZodOptional<ZodUnknown>; },$strip>
Defined in: authoring/language-server/src/contracts/protocol-contracts.ts:62
Protocol response envelope used by authoring protocol handlers.