Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export class ProformaSummary {
  2.   public income: SummaryIncome;
  3.   public expenses: SummaryExpenses;
  4.   public total: SummaryTotal;
  5.   public assumptions: SummaryAssumptions;
  6.   public overview: SummaryOverview;
  7.   public debt: SummaryDebt;
  8.   public rentRoll: SummaryRentRoll;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement