Skip to content

lspeasy / core/src / MarkupContentSchema

Variable: MarkupContentSchema

ts
const MarkupContentSchema: ZodObject<{
  kind: ZodUnion<readonly [ZodLiteral<"plaintext">, ZodLiteral<"markdown">]>;
  value: ZodString;
}, $strip>;

Defined in: packages/core/src/protocol/schemas.ts:775

Released under the MIT License.