Interface NewsfeedDeleteListParams

interface NewsfeedDeleteListParams {
    list_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

list_id: number

Generated using TypeDoc