Interface PostResponse

interface PostResponse {
    post_view: PostView;
}

Properties

Properties

post_view: PostView