Variable GetCommentSchemaConst
GetCommentSchema: ZodObject<
{
expand: ZodOptional<
ZodUnion<
readonly [
ZodString,
ZodArray<ZodString>,
ZodCustom<string & {} | "renderedBody", string & {} | "renderedBody">,
ZodArray<
ZodCustom<
string & {}
| "renderedBody",
string & {} | "renderedBody",
>,
>,
],
>,
>;
id: ZodString;
issueIdOrKey: ZodString;
},
$strip,
> = ...