UNPKG

@alisdigital/types-library

Version:

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

9 lines (8 loc) 178 B
export interface IPropertyTenantRequest { tenantId: string; startDate: string; endDate: string; paidDay: number; rentPrice: number; rentPeriod: number; }