Defines a page with its metedata in a wiki.

interface WikiPageDetail {
    id?: number;
    path?: string;
    viewStats?: WikiPageStat[];
}

Properties

Properties

id?: number

When present, permanent identifier for the wiki page

path?: string

Path of the wiki page.

viewStats?: WikiPageStat[]

Path of the wiki page.