interface AbstractPageLinks {
    editui?: string;
    tinyui?: string;
    webui?: string;
}

Hierarchy

  • Record<string, unknown>
    • AbstractPageLinks

Properties

editui?: string

Edit UI link of the content.

tinyui?: string

Web UI link of the content.

webui?: string

Web UI link of the content.