Variable textCommentConst

textComment: ZodObject<{
    comment: ZodString;
    type: ZodLiteral<"text_comment">;
}, "strip", ZodTypeAny, {
    comment: string;
    type: "text_comment";
}, {
    comment: string;
    type: "text_comment";
}> = ...

Type declaration

  • comment: ZodString
  • type: ZodLiteral<"text_comment">

Type declaration

  • comment: string
  • type: "text_comment"

Type declaration

  • comment: string
  • type: "text_comment"

Generated using TypeDoc