Type Alias PostInfo

PostInfo: {
    postId: string;
}

This is a simplified version of a Reddit Post. You'll probably want to use the Reddit API Client to grab a more complete one.