Skip to content

Commit 616bd24

Browse files
authored
Merge pull request #520 from jyywong/fix/add-archived-to-documents-type
Fix: add archived property to ApplicationDocument interface
2 parents 6097ff6 + de52917 commit 616bd24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/application.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,11 @@ export interface ApplicationDocument {
523523
* Application Document rejection reason. Present only when document status is Invalid.
524524
*/
525525
reason?: string
526+
527+
/**
528+
* Indicates whether the document has been archived. Archived documents are read-only and no changes can be made to them.
529+
*/
530+
archived: boolean
526531
}
527532
}
528533

0 commit comments

Comments
 (0)