UNPKG

@alisdigital/types-library

Version:

TypeScript type definitions for Papilet ecosystem with session soft delete and event management features

9 lines (8 loc) 238 B
import { ISeatGroupModelAttributes } from "../entity/seatGroup.entity"; export interface IGetSeatsResponse { seatGroups: { seatGroup: ISeatGroupModelAttributes; capacity: number; isSoldOut: boolean; }[]; }