Interface ResolveObjectResponse

interface ResolveObjectResponse {
    comment?: CommentView;
    community?: CommunityView;
    person?: PersonView;
    post?: PostView;
}

Properties

comment?: CommentView
community?: CommunityView
person?: PersonView
post?: PostView