FlowFormula: FlowElement & {
    dataType?: string | null;
    expression: string;
    scale?: number | null;
}

Type declaration

  • Optional dataType?: string | null
  • expression: string
  • Optional scale?: number | null