UNPKG

@qite/tide-client

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