interface SessionEventEnd {
    attributes: readonly Attribute[];
    type: "sentinel.session.v3.EventEnd";
    value: EventEnd;
}

Hierarchy

  • Event
    • SessionEventEnd

Properties

Properties

attributes: readonly Attribute[]
type: "sentinel.session.v3.EventEnd"
value: EventEnd

Generated using TypeDoc