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