interface PlanEventCreateSubscription {
    attributes: readonly Attribute[];
    type: "sentinel.plan.v2.EventCreateSubscription";
    value: EventCreateSubscription;
}

Hierarchy

  • Event
    • PlanEventCreateSubscription

Properties

Properties

attributes: readonly Attribute[]
type: "sentinel.plan.v2.EventCreateSubscription"
value: EventCreateSubscription

Generated using TypeDoc