Newer
Older
import { FluidType } from 'enum/fluid.enum'
export interface Ecogesture {
id: string
shortName: string
longName: string
shortDescription: string
longDescription: string
usage: string
fluidTypes: FluidType[]
nwh: number
pack: number
unlocked?: boolean
_id: string
_rev?: string
_type?: string