UNPKG

@alisdigital/types-library

Version:

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

12 lines (11 loc) 245 B
export interface ICustomerUpsertRequest { name: string; phone: string; email?: string; city?: string; branding?: string; website?: string; monthlyBudget?: string; message?: string; column?: string | number; }