eve-esi-types
Version:
Extracted the main type of ESI. use for ESI request response types (version 2 only)
15 lines (13 loc) • 324 B
TypeScript
// Generated by scripts/lib/code-synthesizer.mjs
// - - - - - - - - - - - - - - - - - - - -
// @method {get}
// - - - - - - - - - - - - - - - - - - - -
/*!
* ESI endpoint: get:/route/{origin}/{destination}/
*/
/**
* Solar systems in route
*
* @maxItems 1000
*/
type GetRouteOriginDestinationOk = number[];