Interface ResolveFormulaParams
Properties
Optional
variables
variables?: unknown
Optional
schema
Optional
getDataCollection
getDataCollection?: ( key: string, parameters?: Record<string, unknown>,) => Promise<DataCollectionSpec> Optional
getInternalDataSchema
getInternalDataSchema?: (key: string) => Promise<DataSchema>