Interface WallGetByIdResponse

interface WallGetByIdResponse {
    items: WallWallpostFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

Generated using TypeDoc