Interface WallEditResponse

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

Indexable

[key: string]: any

Properties

Properties

post_id: number

Edited post ID

Generated using TypeDoc