interface SubscriptionEventRenew {
    attributes: readonly Attribute[];
    type: "sentinel.subscription.v3.EventRenew";
    value: EventRenew;
}

Hierarchy

  • Event
    • SubscriptionEventRenew

Properties

Properties

attributes: readonly Attribute[]
type: "sentinel.subscription.v3.EventRenew"
value: EventRenew

Generated using TypeDoc