interface AggregatorSnapshot<T0> {
    value: T0;
}

Type Parameters

  • T0

Properties

Properties

value: T0