From 4b5843782502d9e0bff30c5a1a0f028dc216ea2d Mon Sep 17 00:00:00 2001 From: Dwayne Harris Date: Sun, 3 Nov 2019 16:57:17 -0500 Subject: [PATCH] WIP --- src/types/collections.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/collections.ts b/src/types/collections.ts index c525f1d..4526cae 100644 --- a/src/types/collections.ts +++ b/src/types/collections.ts @@ -280,6 +280,7 @@ export interface Post { pk: string // postId t: PostItemType.Post userId: string + appId: string root: string parents: string[] // Post IDs text?: string