Variable PumpTypeConst

PumpType: {
    Below: "BELOW";
    In: "IN";
    Out: "OUT";
} = ...

Type declaration

  • Readonly Below: "BELOW"
  • Readonly In: "IN"
  • Readonly Out: "OUT"

Export