UNPKG

@qite/tide-client

Version:
6 lines (5 loc) 92 B
export interface BookingOptionGroup<T> { name: string; title: string; options: T[]; }