interface AttachmentLinks {
    download?: string;
    webui?: string;
}

Hierarchy

  • Record<string, unknown>
    • AttachmentLinks

Properties

Properties

download?: string

Download link of the content.

webui?: string

Web UI link of the content.