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

13 lines
286 B
TypeScript
Raw Normal View History

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