[node] finished the great typescript rewrite
This commit is contained in:
parent
8107afbd90
commit
a1d6b03ec9
30 changed files with 1019 additions and 359 deletions
|
@ -25,6 +25,12 @@ export type Nav = {
|
|||
waypointSymbol: string;
|
||||
};
|
||||
|
||||
export type Registration = {
|
||||
factionSymbol: string;
|
||||
name: string;
|
||||
role: string;
|
||||
};
|
||||
|
||||
export type Route = {
|
||||
arrival: Date;
|
||||
departureTime: Date;
|
||||
|
@ -51,6 +57,6 @@ export type Ship = {
|
|||
// mounts
|
||||
nav: Nav;
|
||||
// reactor
|
||||
// registration
|
||||
registration: Registration;
|
||||
symbol: string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue