interface SessionEventUpdateDetails {
    attributes: readonly Attribute[];
    type: "sentinel.session.v2.EventUpdateDetails";
    value: EventUpdateDetails;
}

Hierarchy

  • Event
    • SessionEventUpdateDetails

Properties

Properties

attributes: readonly Attribute[]
type: "sentinel.session.v2.EventUpdateDetails"
value: EventUpdateDetails

Generated using TypeDoc