Interface NewsfeedItemWallpostFeedbackAnswer

interface NewsfeedItemWallpostFeedbackAnswer {
    id: string;
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: string
title: string

Generated using TypeDoc