interface IInboundSession {
    payload: string;
    session_id: string;
}

Properties

Properties

payload: string
session_id: string