Skip to content

Commit

Permalink
Add created types
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Sep 18, 2023
1 parent 4b0d46b commit f16922d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/app/types/document.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export interface HermesDocument {

status: string;
product?: string;
created: string; // E.g., "Aug 16, 2023"
createdTime: number;
modifiedTime?: number; // Not available on drafts fetched as Hits from backend
docNumber: string;
docType: string;
Expand Down

0 comments on commit f16922d

Please sign in to comment.