Skip to content

@openfabr/cdf / Exports / ServiceType

Interface: ServiceType

Interface that represents a typing classification for services. In particular, it contains a field for deployment instructions for the type of services defined.

Hierarchy

↳ ServiceType

Table of contents

Properties

Properties

deployment

• deployment: string

Defined in

src/lib/metadata.ts:94


description

• Optional description: string

Inherited from

OptionalDescAware.description

Defined in

src/lib/metadata.ts:24


icon

• Optional icon: string

Inherited from

OptionalIconAware.icon

Defined in

src/lib/metadata.ts:16


subtype

• Readonly subtype: string

Inherited from

SubtypeAware.subtype

Defined in

src/lib/domain.ts:97


type

• Readonly type: string

Inherited from

TypeAware.type

Defined in

src/lib/domain.ts:87