Adding last activity informations.

This commit is contained in:
John Livingston
2021-07-19 16:51:51 +02:00
parent b65d6ddde7
commit b64d9730d0
3 changed files with 30 additions and 2 deletions

View File

@ -13,6 +13,7 @@ interface ProsodyListRoomsResultSuccess {
name: string
lang: string
description: string
lasttimestamp?: number
}>
}