Reference to test attachment.

interface TestAttachmentReference {
    id: number;
    url: string;
}

Properties

Properties

id: number

ID of the attachment.

url: string

Url to download the attachment.