This website requires JavaScript.
Explore
Help
Sign In
Protei
/
PromucFlow_constructor
Watch
2
Star
0
Fork
0
You've already forked PromucFlow_constructor
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
c86fad8af0
PromucFlow_constructor
/
app
/
client
/
src
/
entities
/
AppCollab
/
CollabInterfaces.ts
5 lines
59 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: add consistent-type-definitions rule (#27907) ## Description Add consistent-type-definitions rule
2023-10-11 07:35:24 +00:00
export
interface
User
{
Feature: Show a list of realtime app editors (#6286) * Added support for showing realtime app editors * emitting an event only when socket is connected * added a tooltip to show username/email * using proper selector * using theme * created the separate component for listing editors * created a separate hook for app collab events * moved collab user type to /entities * moved user visible strings to message constants * Revert "moved user visible strings to message constants" This reverts commit 04ac18a188b0117dd364ad764a4e0103bfd28ef6. * made provision to reset the concurrent editors list
2021-08-09 09:04:24 +00:00
name
:
string
;
email
:
string
;
chore: add consistent-type-definitions rule (#27907) ## Description Add consistent-type-definitions rule
2023-10-11 07:35:24 +00:00
}
Reference in New Issue
Copy Permalink