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

Hierarchy

  • Event
    • NodeEventCreateSession

Properties

Properties

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

Generated using TypeDoc