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

Hierarchy

  • Event
    • NodeEventCreate

Properties

Properties

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

Generated using TypeDoc