Interface WallOpenCommentsParams

interface WallOpenCommentsParams {
    owner_id: number;
    post_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

owner_id: number
post_id: number

Generated using TypeDoc