UNPKG

@qite/tide-client

Version:
6 lines (5 loc) 110 B
import { EntryLine } from "."; export interface FlightPool { outward: EntryLine[]; return: EntryLine[]; }