bigbluebutton / bigbluebutton-html-plugin-sdk

BigBlueButton Plugin SDK
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Refactor - split data consumption hooks into folders (and make each hook have it's own types) #43

Closed TiagoJacobs closed 9 months ago

TiagoJacobs commented 10 months ago

We want to allow each hook to specify its own types: image

So for instance the useLoadedUserList would reside in: src/data-consumption/hooks/use-loaded-user-list/hook.ts and its return type would reside in: src/data-consumption/hooks/use-loaded-user-list/types.ts