Skip to content

Commit

Permalink
Merge pull request #51 from dfpc-coe/mission-guid-dest
Browse files Browse the repository at this point in the history
Add MissionGuid Dest
  • Loading branch information
ingalls authored Nov 5, 2024
2 parents 8faa8d2 + 63d61e4 commit 4b49f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ export const MartiDestAttributes = Type.Object({
callsign: Type.Optional(Type.String()),

mission: Type.Optional(Type.String()),
'mission-guid': Type.Optional(Type.String()),
after: Type.Optional(Type.String()),
path: Type.Optional(Type.String())
})
Expand Down

0 comments on commit 4b49f54

Please sign in to comment.