Skip to content

Commit

Permalink
Model updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Nov 12, 2023
1 parent 92c4383 commit 6859a95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/datacore/crew.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ export interface CrossFuseTarget {
name?: string;
}

export interface MarkdownInfo {
author: string;
modified: Date;
}

/**
* The is the crew roster model from crew.json
*
Expand Down Expand Up @@ -49,6 +54,7 @@ export interface CrewMember {
date_added: Date
obtained: string
markdownContent: string
markdownInfo: MarkdownInfo;
unique_polestar_combos?: string[][]
constellation?: CrewConstellation
kwipment?: any[]
Expand Down

0 comments on commit 6859a95

Please sign in to comment.