From 5310ac7d8eb1838a6297117bc7f9fca70291f46a Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Sun, 3 Jan 2016 17:17:48 -0800 Subject: initial commit --- app/interfaces/iplan.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/interfaces/iplan.ts (limited to 'app/interfaces/iplan.ts') diff --git a/app/interfaces/iplan.ts b/app/interfaces/iplan.ts new file mode 100644 index 0000000..bd08478 --- /dev/null +++ b/app/interfaces/iplan.ts @@ -0,0 +1,7 @@ +export interface IPlan { + id: string; + name: string; + content: any; + query: string; + createdOn: Date; +} -- cgit v1.2.3