Interface ResolveObjectResponse

interface ResolveObjectResponse {
    comment?: CommentView;
    community?: CommunityView;
    errors?: string[];
    message?: string;
    person?: PersonView;
    post?: PostView;
    status?: string;
}

Properties

comment?: CommentView
community?: CommunityView
errors?: string[]
message?: string
person?: PersonView
post?: PostView
status?: string

Generated using TypeDoc