aboutsummaryrefslogtreecommitdiff
path: root/src/models/post-comment.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/post-comment.ts')
-rw-r--r--src/models/post-comment.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/models/post-comment.ts b/src/models/post-comment.ts
deleted file mode 100644
index 5d1e346..0000000
--- a/src/models/post-comment.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { Guid } from 'guid-typescript';
-
-export class PostComment {
- public id: Guid;
-}