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

Hierarchy

  • Event
    • PlanEventCreate

Properties

Properties

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

Generated using TypeDoc