On this page

Type Alias PossiblyEvaluatedValue<T>

PossiblyEvaluatedValue:
    | { kind: "constant"; value: T }
    | SourceExpression
    | CompositeExpression

Type Parameters

  • T
Was this helpful?
SDK JS
Reference
PossiblyEvaluatedValue