Variable: InlineCommentResolutionStatusSchema
ts
const InlineCommentResolutionStatusSchema: ZodEnum<{
dangling: "dangling";
open: "open";
reopened: "reopened";
resolved: "resolved";
}>;Defined in: src/v2/models/inlineCommentResolutionStatus.ts:4
Inline comment resolution status