Interface NewsfeedIgnoreItemResponse

interface NewsfeedIgnoreItemResponse {
    status: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

status: number | boolean

Generated using TypeDoc