pub type Started<V> = (SubscriptionId, Vec<Output<V>>);
Outputs produced while allocating one new subscription.