Skip to content

TypeCheckExpression

type TypeCheckExpression = object;

Represents a TYPE check expression: attribute_type(<operand>, <attributeType>)

attributeType: DynamoAttributeType;

operand: Operand;

type: typeof $type;