Interface BoardFixTopicParams

interface BoardFixTopicParams {
    group_id: number;
    topic_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

group_id: number

ID of the community that owns the discussion board.

topic_id: number

Topic ID.

Generated using TypeDoc