Type alias ClientSessionEvents

ClientSessionEvents: {
    ended(session) => void;
}

Type declaration

  • ended:function
    • Parameters

      Returns void

Generated using TypeDoc