Interface: Attachment

June 6, 2026 ยท View on GitHub

CTRF


CTRF / Attachment

Interface: Attachment

Defined in: types.ts:214

File attachment

Properties

name

name: string

Defined in: types.ts:216

Attachment name


contentType

contentType: string

Defined in: types.ts:218

MIME content type


path

path: string

Defined in: types.ts:220

Path to the attachment file


extra?

optional extra?: Record<string, unknown>

Defined in: types.ts:222

Custom metadata

Contents

  1. 1Properties
  2. 1.1name
  3. 1.2contentType
  4. 1.3path
  5. 1.4extra?