Skip to content

destillationapp-frontend v0.1.0


destillationapp-frontend / types/distiller / DistillerWithId

Interface: DistillerWithId

Defined in: types/distiller.ts:23

Interface for a distiller object with an additional unique identifier. DistillerWithId

Extends

Properties

capacity

capacity: number

Defined in: types/distiller.ts:11

The capacity of the distiller.

Inherited from

Distiller.capacity


heating

heating: string

Defined in: types/distiller.ts:12

The heating type of the distiller.

Inherited from

Distiller.heating


id

id: string

Defined in: types/distiller.ts:24

The unique identifier for the distiller.


material

material: string

Defined in: types/distiller.ts:10

The material of the distiller.

Inherited from

Distiller.material