mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix(issues): address document review comments
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
ab41fdbaee
commit
eb0a74384e
4 changed files with 55 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue