UNPKG

@qite/tide-client

Version:
9 lines (8 loc) 144 B
import { Pax } from "."; export interface EntryLinePax { paxId: number; entryLineId: number; room: number; order: number; pax: Pax; }