interface ITypedEventAttribute {
    type: TypedEventAttributeType;
    value: TypedEventAttributeValue;
}

Properties

Properties