Add gitignor
This commit is contained in:
22
mcp_servers/traveller_map/dist/parsers/sec.d.ts
vendored
Normal file
22
mcp_servers/traveller_map/dist/parsers/sec.d.ts
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import { type DecodedUWP } from './uwp.js';
|
||||
export interface WorldRecord {
|
||||
hex: string;
|
||||
name: string;
|
||||
uwp: string;
|
||||
decoded_uwp: DecodedUWP;
|
||||
bases: string;
|
||||
remarks: string;
|
||||
trade_codes: string[];
|
||||
zone: string;
|
||||
pbg: string;
|
||||
allegiance: string;
|
||||
stars: string;
|
||||
importance?: string;
|
||||
economic?: string;
|
||||
cultural?: string;
|
||||
nobility?: string;
|
||||
worlds?: string;
|
||||
resource_units?: string;
|
||||
}
|
||||
export declare function parseSecTabDelimited(text: string): WorldRecord[];
|
||||
//# sourceMappingURL=sec.d.ts.map
|
||||
Reference in New Issue
Block a user