Start to update group settings page

This commit is contained in:
2021-03-15 18:54:34 +01:00
parent d4865846a7
commit d8bce9fc57
6 changed files with 41 additions and 98 deletions

View File

@ -23,4 +23,6 @@ declare interface AdvancedGroupInfo extends Group {
url: String,
number_likes: Number,
is_liking: Boolean
}
}
declare interface GroupSettings extends AdvancedGroupInfo {}