Interface WallPostResponse

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

Indexable

[key: string]: any

Properties

Properties

post_id: number

Created post ID

Generated using TypeDoc