UNPKG

@alisdigital/types-library

Version:

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

17 lines (16 loc) 350 B
export interface ISeatsRequest { token: string; sessionBlockId: string; eventSlug: string; sessionId: string; } export interface IReserveSeatRequest { seatDetailId: string; eventSlug: string; sessionId: string; } export interface ISeatPlanRequest { eventSlug: string; sessionId: string; seatGroupId: string; }