Interface NewsfeedCommentsItemBase

interface NewsfeedCommentsItemBase {
    date: number;
    post_id: number;
    source_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

date: number
post_id: number
source_id: number

Generated using TypeDoc