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

Hierarchy

  • Event
    • SubscriptionEventCreate

Properties

Properties

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

Generated using TypeDoc