Guest User

Untitled

a guest
Sep 19th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. interface IRecord {
  2. fieldName: string;
  3. oldValue: string;
  4. newValue: string;
  5. prevInstance: any;
  6. parentField: string;
  7. type: string;
  8. }
Add Comment
Please, Sign In to add comment