Skip to content

SizeConditionExpression

type SizeConditionExpression = object;

operand: Operand;

operator: ComparisonOperator;

type: typeof $size;

value: NativeAttributeValue;