UNPKG

@alisdigital/types-library

Version:

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

7 lines (6 loc) 186 B
import { ISeatModelAttributes } from "../entity/seat.entity"; export interface ISeatRequest { venueId: string; } export interface ISeatUpsertRequest extends ISeatModelAttributes { }