Getting types-2.0 passing CI

This commit is contained in:
Ryan Cavanaugh
2016-07-14 18:13:43 -07:00
parent dbf24a4f17
commit 9d7d5a209a
71 changed files with 249 additions and 264 deletions

View File

@@ -1,7 +1,4 @@
/// <reference types="Q" />
export interface IPerson{
interface IPerson{
Checked:boolean;
FirstName:string;
LastName:string;