forked from github/quartz
feat(bases): migrate from vault to upstream
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
10
quartz/util/base/compiler/expressions.ts
Normal file
10
quartz/util/base/compiler/expressions.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ProgramIR } from "./ir"
|
||||
|
||||
export type BasesExpressions = {
|
||||
filters?: ProgramIR
|
||||
viewFilters: Record<string, ProgramIR>
|
||||
formulas: Record<string, ProgramIR>
|
||||
summaries: Record<string, ProgramIR>
|
||||
viewSummaries: Record<string, Record<string, ProgramIR>>
|
||||
propertyExpressions: Record<string, ProgramIR>
|
||||
}
|
||||
Reference in New Issue
Block a user