fix(issues): address document review comments

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta
2026-03-13 22:17:49 -05:00
parent ab41fdbaee
commit eb0a74384e
4 changed files with 55 additions and 15 deletions

View File

@@ -59,7 +59,7 @@ export interface IssueDocumentSummary {
key: string;
title: string | null;
format: DocumentFormat;
latestRevisionId: string;
latestRevisionId: string | null;
latestRevisionNumber: number;
createdByAgentId: string | null;
createdByUserId: string | null;