Skip to content

@openfabr/cdf / Exports / SupportInfo

Interface: SupportInfo

Interface that offers support information about the package.

Table of contents

Properties

Properties

email

Optional Readonly email: string

The support email address of the package.

Defined in

src/lib/metadata.ts:49


phone

Optional Readonly phone: string

The support phone number of the package.

Defined in

src/lib/metadata.ts:53


url

Optional Readonly url: string

The URL to the support site of the package.

Defined in

src/lib/metadata.ts:45