UNPKG

@qite/tide-client

Version:
7 lines (6 loc) 111 B
import { Pax } from "."; export interface EntryRoom { id: number; roomType: number; travellers: Pax[]; }