Advertisement
ricksantiago

Untitled

May 23rd, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export interface AgendaReuniao {
  2.  
  3.  agendaReuniaoList: [{
  4.         id: number;
  5.         autorizado: boolean;
  6.         responsavel: string;
  7.         contato: string;
  8.         setor: number;
  9.         inicio: Date;
  10.         fim: Date;
  11.     }]
  12.    
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement