ComunicWeb/assets/js/typings/Conversations.d.ts

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,
}