Skip to content
Snippets Groups Projects
ecogesture.model.ts 321 B
Newer Older
  • Learn to ignore specific revisions
  • 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