interface ListSessionsResponse {
    sessions: Qaas.v1alpha1.Session[];
    totalCount: number;
}

Properties

Properties

sessions: Qaas.v1alpha1.Session[]

List of sessions.

totalCount: number

Total number of sessions.