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

Hierarchy

  • Event
    • NodeEventCreateSubscription

Properties

Properties

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

Generated using TypeDoc