UNPKG

@tomei/rental

Version:
12 lines (11 loc) 224 B
export interface IJointHirerAttr { HirerId: string; RentalId: string; CustomerId: string; CustomerType: string; Status: string; CreatedById: string; CreatedAt: Date; UpdatedById: string; UpdatedAt: Date; }