1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-24 12:00:48 +00:00

13 lines
286 B
TypeScript
Raw Normal View History

2020-04-25 18:20:29 +02:00
/**
* Conversations typings
*
* @author Pierre Hubert
*/
declare interface ConversationSettingsFormElements {
rootElem: HTMLElement,
usersElement: HTMLElement,
conversationNameInput: HTMLElement,
allowEveryoneToAddMembers: HTMLElement,
followConversationInput: HTMLElement,
}