InstallationTemplate interface

Represents an installation template.

Properties

body

The body for the installation template.

headers

Headers to include for the template send.

tags

The tags to include for the template.

Property Details

body

The body for the installation template.

body: string

Property Value

string

headers

Headers to include for the template send.

headers: Record<string, string>

Property Value

Record<string, string>

tags

The tags to include for the template.

tags?: string[]

Property Value

string[]