feat(base-formula): add AST and value types

This commit is contained in:
Philipinho
2026-04-23 23:26:49 +01:00
parent a65aec0925
commit 4c2d6772f1
5 changed files with 100 additions and 2 deletions
@@ -0,0 +1,2 @@
// Minimal stub: FormulaFn type will be expanded in Task 10.
export type FormulaFn = unknown;