Guest User

Untitled

a guest
Mar 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. interface INote {
  2. id: number;
  3. date: string;
  4. title: string;
  5. archived: boolean;
  6. isSelected: boolean;
  7. }
Add Comment
Please, Sign In to add comment