Interface PagesGetTitlesParams

interface PagesGetTitlesParams {
    group_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

group_id?: number

ID of the community that owns the wiki page.

Generated using TypeDoc