interface WhiteboardLinks {
    editui?: string;
    webui?: string;
}

Hierarchy

  • Record<string, unknown>
    • WhiteboardLinks

Properties

Properties

editui?: string

Edit UI link of the content.

webui?: string

Web UI link of the content.