(post: Post)
| 47 | ]; |
| 48 | |
| 49 | export const isInternalReadType = (post: Post): boolean => |
| 50 | internalReadTypes.includes(post?.type); |
| 51 | |
| 52 | export const isSharedPostSquadPost = ( |
| 53 | post: Pick<Post, 'sharedPost'>, |
no outgoing calls
no test coverage detected