Interface GetSessionsResponse

interface GetSessionsResponse {
    reportSessions: any[];
}

Properties

Properties

reportSessions: any[]

Any sessions that have been created by the client

Generated using TypeDoc